2.9. Celsius To Fahrenheit Temperature Converter - Python

in programming •  8 years ago 

Starting out with Python, Third Edition, Tony Gaddis

Chapter 2

Programming Challenges

9. Celsius to Fahrenheit Temperature Converter

Write a program that converts Celsius temperatures to Fahrenheit temperatures.

The formula is as follows:

F = (9/5)C + 32

The program should ask the user to enter a temperature in Celsius, and then display the temperature converted to Fahrenheit.

Starting out with Python, Third Edition, Tony Gaddis

Happy Steeming Everyone! :)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!