(Repetition structure, while loop)
You are to write a program in C++ that will perform several conversions. The program should display a menu that will have the following options:
1. Convert Kilobytes to Megabytes.
2. Convert Megabytes to Gigabytes.
3. Convert Gigabyte to Terabytes.
4. Quit.
The program should receive the amount to convert to a specific unit and return the result of that conversion. The program should run several times until the user decides to quit it. Make sure that the program is well indented, free of bugs and logical errors.
Structures - 14 points
Appropriate variable names/data types - 8 points
Input/Output Statements/Menu - 12 points
Calculations - 8 points
Comments - 8 point
Comments
Leave a comment