summaryrefslogtreecommitdiff
path: root/1286/CH3/EX3.9/3_9.sce
blob: 087c763fd0783120da784024dba836a67fc961b0 (plain)
1
2
3
4
5
6
7
8
clc
//initialisations
j1=21*10^5//j
j2=3.36*10^5//j
//calculations
x=j1*100/(j1+j2)
//results
printf(' percentage of water present will be frozen= % 1f',x)