summaryrefslogtreecommitdiff
path: root/3557/CH10/EX10.10/Ex10_10.sce
blob: 758af18a72b46a5eb749af5333d818d732be09cd (plain)
1
2
3
4
5
6
//Example 10.10//
xc=15;
x=7;
xm=2;
m=round((xc-x)/(xc-xm)*100)
mprintf("m = %i mol percent",m)