Question: LABO3 Use of Loops and Arrays a) Write a program which creates a conversion table from Centigrade to Fahrenheit and Kelvin (from 0C to 21C
LABO3 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 Save your code as Lab03a.f90 and submit on eClass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
