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
Write a metric conversion C program with the following requirements. - the user will be provided with a menu (Temperatur
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am