Page 1 of 1

2. Write a program to generate a table with the conversions from Fahrenheit to Celsius 5 °C = (°F - 32) X for values fro

Posted: Thu Jun 02, 2022 8:30 am
by answerhappygod
2 Write A Program To Generate A Table With The Conversions From Fahrenheit To Celsius 5 C F 32 X For Values Fro 1
2 Write A Program To Generate A Table With The Conversions From Fahrenheit To Celsius 5 C F 32 X For Values Fro 1 (29.25 KiB) Viewed 17 times
2. Write a program to generate a table with the conversions from Fahrenheit to Celsius 5 °C = (°F - 32) X for values from 0°F to 100°F. Print a line in the table for each 5-degree change as shown below. F с -17.78 -15.00 -12.22 15 -9.44 20 -6.67 25 -3.89 30 -1.11 35 1.67 40 4.44 45 7.22 50 10.00 55 12.78 60 15.56 Follow-up question: If i was used as a counter, what is the value of i after the program was executed (answer may vary depending on the initial value of i)? 0 5 10