Question: 4. Write a program to read four (4) Celsius and Fahrenheit degrees, and displays a table of these degrees with their corresponding degrees Fahrenheit

4. Write a program to read four (4) Celsius and Fahrenheit degrees, and displays a table of these degrees with their corresponding degrees Fahrenheit and Kelvin. Implement the program using 1D array. Format the input/output of the program based on the following sample: Enter four Celsius and Fahrenheit degrees: . x.xx X.XX x.xx Table of Fahrenheit and Kelvin degrees Fahrenheit Kelvin y.yyy y.yyy y.yy y.yy y.yy y.yy y.yyy y.yyy z.zzzz z.zzzz z.zzzz z.zzzz 5. Write a C program to perform the following: a) Ask user to determine the array size to store integer data. b) Ask user to enter the integers, based on (a). c) Print below menu and ask user to select: Choose an operation: (0) : Exit (1): Print array (2): Reverse array (3): Ascending array (4): Descending array d) Perform the operation selected by the user and display the results on the screen.
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Questions no 4 Answer include include using namespace std int main const int SIZE 4 double celsiusSIZE double fahrenheitSIZE double kelvinSIZE Read in... View full answer
Get step-by-step solutions from verified subject matter experts
