File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ using namespace std;
44using namespace mlb ;
55
66int main () {
7- cout << " Test convertions : 1 inch = " << inch2cm (1 ) << " centimeters" << endl;
8- cout << " Test convertions : 1 centimeter = " << cm2inch (1 ) << " inches" << endl;
9- cout << " Test convertions : 1 yard = " << yard2cm (1 ) << " centimeters" << endl;
10- cout << " Test convertions : 1 centimeter = " << cm2yard (1 ) << " yards" << endl;
11- cout << " Test convertions : 1 mile = " << mile2km (1 ) << " kilometers" << endl;
12- cout << " Test convertions : 1 kilometer = " << km2mile (1 ) << " miles" << endl;
7+ cout << " Test conversions : 1 inch = " << inch2cm (1 ) << " centimeters" << endl;
8+ cout << " Test conversions : 1 centimeter = " << cm2inch (1 ) << " inches" << endl;
9+ cout << " Test conversions : 1 yard = " << yard2cm (1 ) << " centimeters" << endl;
10+ cout << " Test conversions : 1 centimeter = " << cm2yard (1 ) << " yards" << endl;
11+ cout << " Test conversions : 1 mile = " << mile2km (1 ) << " kilometers" << endl;
12+ cout << " Test conversions : 1 kilometer = " << km2mile (1 ) << " miles" << endl;
1313 return 0 ;
1414}
You can’t perform that action at this time.
0 commit comments