write a program called converter that does three


Write a program called Converter that does three types of metric conversions. Your program should prompt the user for the selection conversion, prompt for input data, and display the result of the conversion. Sample output is shown on the next page.

HINTS:

1.  Use the double data type to handle fractions.

2.  Wrap everything in a while loop which repeats until the user selects 0.

3.  You'll need to research to find the correct conversion factors.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: write a program called converter that does three
Reference No:- TGS0212401

Expected delivery within 24 Hours