Question: There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the Metric System of Measurement. Most countries use
"There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the Metric System of Measurement. Most countries use the Metric System, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude. In the United States, we use the older Imperial system, where things are measured in feet, inches and pounds.
Write a program that shows the following menu options and lets the user to convert from Metric to Imperial system:
Converter Toolkit
Temperature Converter
Distance Converter
Weight Converter
Quit
If the user enters the program should ask for the temperature in Celsius and convert it to Fahrenheit
If the user enters the program should ask for the distance in Kilometer and convert it to Mile
If the user enters the program should ask for the weight in Kilogram and convert it to Pound
If the user e XN nters the program should end.
I want the code have only these conce:
If else statements
Switch statements
Relational operators and logical operators
Use of relational and logical operators to check numeric ranges
User friendly
Use of userfriendly user prompt and simple input validation
Use of meaningful output labels and format
Use of output manipulators
Working with string type
Use of getline
The programming language should be in C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
