Question: 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:
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. 4. In the following list, which of the following words are legal variable names in C++, and which are not? Review the rules just mentioned as needed. x, x1, EvilDarkness, PennslyvaniaAve1600, 1600PennsylvaniaAve, Bobby_the_Robot, Bobby+the+Robot whatThe???, amount, count2, count2five, 5count, main, main2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
