diff options
Diffstat (limited to '1553/CH3/EX3.12/3Ex12.sce')
-rw-r--r-- | 1553/CH3/EX3.12/3Ex12.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1553/CH3/EX3.12/3Ex12.sce b/1553/CH3/EX3.12/3Ex12.sce new file mode 100644 index 000000000..756fd90b2 --- /dev/null +++ b/1553/CH3/EX3.12/3Ex12.sce @@ -0,0 +1,11 @@ +//chapter 3 Ex 12
+clc;
+clear;
+close;
+//let value to be found is x and y
+x=0.006/.6;
+y=80*.025;
+
+mprintf("(i)x=%.2f",x);
+mprintf("\n(ii)y=%.0f",y);
+
|