C++ conversion program

How can I write a program that convert a given number of millimeters into the equivalent length in meters and meters into the equivalent length in millimeters?Also draw flowchart,algorithm,output.

Questions by salom

Showing Answers 1 - 2 of 2 Answers

Manish Kumar

  • Jan 8th, 2015
 

Code
  1. #include <iostream>

  2. "1 for meter to mm and 2 for mm to meter. so enter your option.""It is meter to mm. Please enter the value""Your meter to mm is: ""It is mm to meter. Please enter the value""Your mm to meter is: "


  Was this answer useful?  Yes

John

  • Feb 15th, 2015
 



Code
  1. span style="font-style: italic;">//

  2. "Invalid argument"//

  3. // mm

  4. " = ""m"// m

  5. " = ""mm";

  6.         }

  7. }

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions