Question: In C language. Using ( printf / scanf ). Write a program to display a table of Centigrade temperatures and their corresponding Fahrenheit temperatures. The
In C language. Using ( printf / scanf ).
Write a program to display a table of Centigrade temperatures and their corresponding Fahrenheit temperatures. The Centigrade temperatures will range from 0 to 20 degrees.
Create integer constants for the beginning temperature (0), the ending temperature (20), the freezing point (32), the value of five (5), and the value of nine (9). Format the Fahrenheit temperature numbers to 1 decimal place. Use tabs ( ) to align the columns.
There is no input and no validation for this program.
The example run shows EXACTLY how your program input and output will look.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
