summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.35/Ex4_35.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.35/Ex4_35.sce')
-rw-r--r--3769/CH4/EX4.35/Ex4_35.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH4/EX4.35/Ex4_35.sce b/3769/CH4/EX4.35/Ex4_35.sce
new file mode 100644
index 000000000..d3bf46369
--- /dev/null
+++ b/3769/CH4/EX4.35/Ex4_35.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+d=5
+t=2
+K=3.0
+
+//Calculation
+D=d+(t-t/K)
+
+//Result
+printf("\n New seperaion between the plates are %0.2f mm",D)