summaryrefslogtreecommitdiff
path: root/1301/CH9/EX9.13/ex9_13.sce
blob: e132787a90a47072e5e142c28ab0ed66e8e71d96 (plain)
1
2
3
4
5
6
7
clc;
mw=5;   //mass of water in kg
c=1;    //specific heat of water in kcal/(kg.degree celcius)
delT=40;  //change in temp in celcius
Lf=80;    //Latent heat of Fusion in kcal/kg
mice=(mw*c*delT)/Lf;   //calculating mass of ice in kg
disp(mice,"Mass of Ice in kg = ");     //displaying result.