Page 1 of 1

Write a metric conversion C program with the following requirements. - the user will be provided with a menu (Temperatur

Posted: Tue Jul 05, 2022 10:19 am
by answerhappygod
Write a metric conversion C program with the following requirements.
- the user will be provided with a menu (Temperature conversion,Weight Conversion, Length conversion, speed conversion) and one last option (exit the program).
- After the user select the option, the user will be asked to input the value which user wanted to convert.
- the program will output the result; and back to the main menu
- program terminates only when the user selected option "exit the program.
// temperature - fahrenheit to celcius or celcius to fahrenheit
weight - pound to kilogram or kilogram to pound
lenghth - inch to centimeter or centimeter to inch
speed - mph to kph or kph to mph