diff options
Diffstat (limited to '1553/CH6/EX6.8/6Ex8.sce')
-rw-r--r-- | 1553/CH6/EX6.8/6Ex8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH6/EX6.8/6Ex8.sce b/1553/CH6/EX6.8/6Ex8.sce new file mode 100644 index 000000000..6d89c9590 --- /dev/null +++ b/1553/CH6/EX6.8/6Ex8.sce @@ -0,0 +1,8 @@ +//chapter 6 Ex 8
+
+clc;
+clear;
+close;
+total=25; avg25=18; avg12first=14; avg12last=17;
+num13=(avg25*total)-((avg12first*12)+(avg12last*12));
+mprintf("The 13th number is %d",num13);
|