
Patrick B. answered 03/20/21
Math and computer tutor/teacher
celsiusTemp = input("Please input the Celsius Temperature :>")
fahrenheitTemp = 9.0/5 * float(celsiusTemp) + 32
print(" The fahrenheit temperature is " + str(fahrenheitTemp))
Marie D.
asked 03/20/21Use Phyton
>
>
>
Write a program which prompts the user for a Celsius temperature, convert the temperature to Fahrenheit, and print out the converted temperature.
Patrick B. answered 03/20/21
Math and computer tutor/teacher
celsiusTemp = input("Please input the Celsius Temperature :>")
fahrenheitTemp = 9.0/5 * float(celsiusTemp) + 32
print(" The fahrenheit temperature is " + str(fahrenheitTemp))
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.