You are on page 1of 1

Home Work of (MatLAB -2) at (14-12-2020)

Ayman Hammad Sabbar


Morning Study
Chemical Engineering – Oil & Gas Refining Dep. In U.O.T
--------------------------------------------------------------------

1- Editor :-
clear; clc;
F = input('Enter the degrees Fahrenheit : ');
C = 5 / 9 * (F - 32);
fprintf('When the degrees Fahrenheit = %6.2f \n The degrees Centigrade = %6.2f
\n' ,F,C)

2- Command Window :-
Enter the degrees Fahrenheit : 60
When the degrees Fahrenheit = 60.00
The degrees Centigrade = 15.56

3- Workspace

You might also like