summaryrefslogtreecommitdiff
path: root/2066/CH4/EX4.17
diff options
context:
space:
mode:
Diffstat (limited to '2066/CH4/EX4.17')
-rwxr-xr-x2066/CH4/EX4.17/4_17.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2066/CH4/EX4.17/4_17.sce b/2066/CH4/EX4.17/4_17.sce
new file mode 100755
index 000000000..42a137b94
--- /dev/null
+++ b/2066/CH4/EX4.17/4_17.sce
@@ -0,0 +1,10 @@
+clc
+clear
+//Initialization of variables
+dh=3 //in
+L=12 //in
+g=32.2 //ft/s^2
+//calculations
+a=dh/L *g
+//results
+printf("Acceleration = %.2f ft/s^2",a)