- Engineering
- Computer Science
- write the following c program celsius2fahrenheit should print a conversion...
Question: write the following c program celsius2fahrenheit should print a conversion...
Question details
Write the following C program:
celsius2fahrenheit should print a conversion table from Celsius to Fahrenheit, from 0 to +100 degrees Celsius, in steps of 5 degrees
Hint: This program should be written exactly as the way it is written in C++ except the Input/Output part. You will need to use a for loop to accomplish this. Remember the control variable in the “ for” statement must be declared outside of the for loop
Solution by an expert tutor
