summaryrefslogtreecommitdiff
path: root/1427/CH5/EX5.5/5_5.sce
blob: d44f1bf87e1c4d3cd12123098692fcafe85ad4c2 (plain)
1
2
3
4
5
6
7
//ques-5.5
//Calculating activity of solution
clc
C=0.992;//molarity of NaCl
y=0.782;//activity coefficient
a=y*C;//activity
printf("The activity of solution is %.3f M.",a);