Question: The program language is Fortran 90. Would you please include the explaination between lines and the outputs of the code. No rush for this question.

The program language is Fortran 90. Would you please include the explaination between lines and the outputs of the code. No rush for this question. Thank you so much. Stay safe and stay healthy. Please use Loops and Arrays.
The program language is Fortran 90. Would you please include the explaination
between lines and the outputs of the code. No rush for this

Use of Loops and Arrays a) Write a program which creates a conversion table from Centigrade to Fahrenheit and Kelvin (from 0C to 21C inclusive). Use the following formula for conversion; note that your table should be in the form of a matrix which first column is Centigrade, second column Fahrenheit, and third column Kelvin. F = 32 + 1.8C and K=C+273.15 b) Modify this program so that it asks the user to enter the range of the table (start temp. and stop temp.), checks if the range is between -10C to 200C. If so, prints the table on screen, otherwise asks the user to enter the range again. Note that your table should be in the form of a matrix which first column is Centigrade starting from start temp. and end to stop temp. with an increment equal to 3C. The second column of the table should be Fahrenheit, and the third column should be Kelvin

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!