summaryrefslogtreecommitdiff
path: root/1301/CH9/EX9.8/ex9_8.sce
blob: f775bab28b7d91ae6a3fe0f79ae2050b7fc327a6 (plain)
1
2
3
4
5
6
clc;
Q=10;    //Heat in kilo calorie
m=1;     //mass in kg
delT=24;  //change in temperature in degree celcius
c=Q/(m*delT);   //calculating specific heat in kcal/(kg.degree celcius)
disp(c,"Spacific Heat in kcal/(kg.degree celcius) = ");  //displaying result.