summaryrefslogtreecommitdiff
path: root/3557/CH10/EX10.10/Ex10_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH10/EX10.10/Ex10_10.sce')
-rw-r--r--3557/CH10/EX10.10/Ex10_10.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3557/CH10/EX10.10/Ex10_10.sce b/3557/CH10/EX10.10/Ex10_10.sce
new file mode 100644
index 000000000..758af18a7
--- /dev/null
+++ b/3557/CH10/EX10.10/Ex10_10.sce
@@ -0,0 +1,6 @@
+//Example 10.10//
+xc=15;
+x=7;
+xm=2;
+m=round((xc-x)/(xc-xm)*100)
+mprintf("m = %i mol percent",m)