Visit www.myprogramminglab.com to complete this Programming Challenge online and get instant feedback.
Celsius to Fahrenheit Table
Write a program that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. The formula for converting a temperature from Celsius to Fahrenheit is
F = 9/5C + 32
where F is the Fahrenheit temperature and C is the Celsius temperature. Your program must use a loop to display the table.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here