summaryrefslogtreecommitdiff
path: root/2615/CH1/EX1.1/1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH1/EX1.1/1_1.sce')
-rwxr-xr-x2615/CH1/EX1.1/1_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2615/CH1/EX1.1/1_1.sce b/2615/CH1/EX1.1/1_1.sce
new file mode 100755
index 000000000..8790081be
--- /dev/null
+++ b/2615/CH1/EX1.1/1_1.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+d=1000//m
+h=60//min
+//CALCULATIONS
+V=d/h*(2/3)//m/min
+//RESULTS
+printf('The unit of velocity =% f m/min',V)