Question: Exercise 2 Write a program that creates a table of degrees Celsius with the corresponding degrees Fahrenheit, beginning with 0 C and reaching 100 C

Exercise 2 Write a program that creates a table of degrees Celsius with the corresponding degrees Fahrenheit, beginning with 0 C and reaching 100 C in 20 C increments. The program should also print a warning message if the temperature in Fahrenheit exceeds 123. The output should look similar to the following table. Message Degrees Celsius 0.00 25.00 50.00 75.00 100.00 Degrees Fahrenheit 32.00 77.00 122.00 167.00 212.00 WARNING WARNING Instructions: Use no more than two variables. The equation converting degrees Celsius to degrees Fahrenheit is: P=}c +32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
