Question: 1. Rewrite the example so it performs the reverse conversion: Input a value into ftemp (Fahrenheit) and convert to ctemp (Celsius). Then print the results.
1. Rewrite the example so it performs the reverse conversion: Input a
value into ftemp (Fahrenheit) and convert to ctemp (Celsius). Then print
the results. (Hint: The reverse conversion formula is ctemp = (ftemp
32) /1.8)
2. Write the Fahrenheit-to-Celsius program using only one variable, ftemp.
3. Rewrite the example square.cpp using the variable name num rather
than n. Make sure you change the name everywhere n appears
Please add the codes. I want to compare with what I wrote.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
