Question: In dev c++ only Develop a program that converts temperatures from one scale to another. Requirements: 1) Allow the user to enter a Fahrenheit temperature
Develop a program that converts temperatures from one scale to another. Requirements: 1) Allow the user to enter a Fahrenheit temperature to convert or to end the program. 2) The program must have three programmer-defined functions a) Conversion from Fahrenheit to Celsius b) Conversion from Fahrenheit to Kelvin c) Conversion from Fahrenheit to Rankine 3) Each function will be called from the main function when the user requests conversion. 4) The converted temperature will be stored in the main0 program and displayed for the user 5) The program will continue until the user selects to end. 6) If the user enters a temperature for which there is no equivalent (such as below absolute zero), then the user interface will display a message advising the user of the situation. Do not attempt conversion of invalid temperatures. 7) Create an attractive user interface. You will be graded on appearance as well as content. There is no need to create a fancy user interface, but pay attention to details such as spaces separating prompts from user input and line returns where needed for readability Submit the source code (epp file) through the link in Blackboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
