Temperature F to C

1 min read

#WSQ05                                                                  #TC1014

Write a program that will prompt the user for a temperature in Fahrenheit and then convert it to Celsius. You may recall that the formula is C = 5 ∗ (F − 32)/9.

Modify the program to state whether or not water would boil at the temperature given. Your output might look like the following:

CC BY 4.0 Temperature F to C by Pablo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.