As a programmer you are required to develop a temperature conversion program with a menudriven style that provides the user with options to choose to convert Celsius to Fahrenheit and vice versa. The...

As a programmer you are required to develop a temperature conversion program with a menudriven style that provides the user with options to choose to convert Celsius to Fahrenheit and vice versa. The menu options are as follows: 1. Celsius to Fahrenheit 2. Fahrenheit to Celsius 3. Exit The menu is displayed via the menu function and the program terminates when the user chooses Exit on the menu. Each menu has its own user-defined function. The function will calculate and display the intended temperature. For example, if the user chooses ‘1’, a function which convert temperature from Celsius to Fahrenheit will be called which accept temperature in Celsius and display it in Fahrenheit. Assume only positive number is accepted as input. Once the function is executed, it will return back to the main function and continue the program.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here