In Programming Challenge, write a program (like the programs in this chapter) to solve the given problem. Include appropriate input prompts and annotate output.
Write a program that converts a temperature input in degrees Celsius into degrees Fahrenheit and displays both temperatures. You will need the following variables:
Celsius (a Float) | Fahrenheit (a Float) |
You will need the following formula:
Fahrenheit = (9/5) * Celsius + 32 |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.