Question: 3- Write a program which inputs a temperature reading expressed in Fahrenheit and outputs its equivalent in Celsius, using the following formula Celsius = (Fahrenheit
3- Write a program which inputs a temperature reading expressed in Fahrenheit and outputs its equivalent in Celsius, using the following formula
Celsius = (Fahrenheit - 32 ) * (5/9)
4- Write a program to accept two integers and check whether they are equal or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
