summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.3/Ex21_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH21/EX21.3/Ex21_3.sce')
-rw-r--r--3769/CH21/EX21.3/Ex21_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH21/EX21.3/Ex21_3.sce b/3769/CH21/EX21.3/Ex21_3.sce
new file mode 100644
index 000000000..41bcd25f8
--- /dev/null
+++ b/3769/CH21/EX21.3/Ex21_3.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+a=62
+l=5893
+l1=4358.0
+
+//Calculation
+n=(a*l)/l1
+
+//Result
+printf("\n Fringes required is %0.0f ",n)