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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply