summaryrefslogtreecommitdiff
path: root/569/CH2/EX2.2/2_2.sci
blob: 6eff0609e69e06598157740c758352fdf083e511 (plain)
1
2
3
4
5
6
7
// calculating true value of the temperature
clc;
disp('calculating true value of the temperature')
Am = 95.45;
Sc=-0.08;
At=Am+Sc;
disp(At,'True Temperature(Degree C)=');