Q1\ Write a program to convert temperatures from Fahrenheit to Celsius and Kelvin. Program Tem_Convert Implicit none Real:: Deg_F, Deg_c, Deg_K Print*, 'Enter the temperature in Fahrenheit Read*,...


Q1\ Write a program to convert temperatures from<br>Fahrenheit to Celsius and Kelvin.<br>Program Tem_Convert<br>Implicit none<br>Real:: Deg_F, Deg_c, Deg_K<br>Print*, 'Enter the temperature in Fahrenheit<br>Read*, Deg_F<br>Deg_c=<br>= 5*(Deg_F -32)/9<br>Deg_K= Deg_c +273<br>Print *, Deg_c=', Deg_c<br>Print *<br>'Deg_K=', Deg_K<br>End program Tem Convert<br>

Extracted text: Q1\ Write a program to convert temperatures from Fahrenheit to Celsius and Kelvin. Program Tem_Convert Implicit none Real:: Deg_F, Deg_c, Deg_K Print*, 'Enter the temperature in Fahrenheit Read*, Deg_F Deg_c= = 5*(Deg_F -32)/9 Deg_K= Deg_c +273 Print *, Deg_c=', Deg_c Print * 'Deg_K=', Deg_K End program Tem Convert

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here