Asked by BROOKLYN
                 Celsius to Fahrenheit Table
Design 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 = 95 C + 3 2 where F is the Fahrenheit temperature and C is the Celsius temperature.
Your program must use a loop to display the table
            
        Design 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 = 95 C + 3 2 where F is the Fahrenheit temperature and C is the Celsius temperature.
Your program must use a loop to display the table
Answers
                    Answered by
            Anonymous
            
    f=9*c/5+32
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.