summaryrefslogtreecommitdiff
path: root/1301/CH3/EX3.4/ex3_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH3/EX3.4/ex3_4.sce')
-rwxr-xr-x1301/CH3/EX3.4/ex3_4.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/1301/CH3/EX3.4/ex3_4.sce b/1301/CH3/EX3.4/ex3_4.sce
new file mode 100755
index 000000000..888424c84
--- /dev/null
+++ b/1301/CH3/EX3.4/ex3_4.sce
@@ -0,0 +1,4 @@
+clc;
+g=9.8; //gravitational constant in m/sec square
+m=100; //mass in kg
+disp(m*g,"Weight in Newton = "); \ No newline at end of file