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
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
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