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.