Question: 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
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
Step by Step Solution
3.29 Rating (164 Votes )
There are 3 Steps involved in it
Declare C As Float Declare F As Float ... View full answer
Get step-by-step solutions from verified subject matter experts
