Q:

Create a variable ftemp to store a temperature in degrees Fahrenheit (F). Convert this to degrees Celsius (C) and store the result in a variable ctemp. The conversion factor is C = (F – 32) * 5/9

0

 Create a variable ftemp to store a temperature in degrees Fahrenheit (F). Convert this to degrees Celsius (C) and store the result in a variable ctemp. The conversion factor is C = (F – 32) * 5/9.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 ftemp = 75;

 ctemp = (ftemp - 32) * 5/9

ctemp =

 23.8889

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now