summaryrefslogtreecommitdiff
path: root/1316/CH1/EX1.3/example1_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1316/CH1/EX1.3/example1_3.sce')
-rw-r--r--1316/CH1/EX1.3/example1_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1316/CH1/EX1.3/example1_3.sce b/1316/CH1/EX1.3/example1_3.sce
new file mode 100644
index 000000000..5faf08465
--- /dev/null
+++ b/1316/CH1/EX1.3/example1_3.sce
@@ -0,0 +1,12 @@
+//Chapter 1
+//Example 1.3
+//Page 23
+
+clear;
+clc;
+
+K=5.7;
+
+//Calculation of number of feets in 5.7m
+
+printf("As 1m=39.37 in. Thus number of feets in 5.7m is %.1f ft",K*39.37/12);