1isplay to the user the purpose of this program 2 in


Your program should implement the following tasks:

1) Display to the user the purpose of this program

2) In this program you will be converting temperature entered by the user in degree Fahrenheit to a) Degree Celsius b) Degree Kelvin c) Rankine or d) Réaumur 3

3) The formulae for conversion is as follows;

Fahrenheit to Celsius
C = (F - 32) / 1.8

Fahrenheit to Kelvin
K = (F + 459.67) / 1.8

Fahrenheit to Rankine
Ra = F + 459.67

Fahrenheit to Réaumur
Re = (F - 32) / 2.25

4) You will create a main file which will call any one of the 4 functions. The name of the function files that you will create are as follows; F2C, F2K, F2Ra and F2Re where thea ctual calculation of the selected conversion will be computed.

5) Each of the function files will have temperature in Fahrenheit as the input argument and the corresponding conversion as its output argument.

6) The program is to run as many times as the user wishes.

7) At the end of the program display an output statement which has the user input (temperature) and the corresponding conversion.

Request for Solution File

Ask an Expert for Answer!!
Mechanical Engineering: 1isplay to the user the purpose of this program 2 in
Reference No:- TGS01254892

Expected delivery within 24 Hours