Question: Write a C + + program that ask the user to enter an array of 1 0 temperatures ( in Celsius ) , then convert
Write a program that ask the user to enter an array of temperatures in Celsius
then convert them to Fahrenheit, and display both the Celsius and Fahrenheit
temperatures. The program should have the following functionalities:
First function which convert each temperature in the array from Celsius to
Fahrenheit and display both the Celsius and Fahrenheit temperatures
Where,
F: is the temperature in Fahrenheit.
C: is the temperature in Celsius.
Second function which sort the maximum temperature in the begimning of an array
and the minimum temperature is the end of array, other numbers must be in the
same indices.
Example:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
