summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.28/2_28.sci
blob: 7c59e09acd08a34feb9d36fc1a7d5c33de4f5d36 (plain)
1
2
3
4
5
// 2.28
clc;
th=((1-1800/2000)/0.05)+70;
dth=th-70;
printf("Change in temperature= %.1f degree C ",dth)