summaryrefslogtreecommitdiff
path: root/3769/CH18/EX18.5/Ex18_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH18/EX18.5/Ex18_5.sce')
-rw-r--r--3769/CH18/EX18.5/Ex18_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH18/EX18.5/Ex18_5.sce b/3769/CH18/EX18.5/Ex18_5.sce
new file mode 100644
index 000000000..993343659
--- /dev/null
+++ b/3769/CH18/EX18.5/Ex18_5.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+u=1.5
+a=6 //Degree
+
+//Calculation
+A=a/(u-1)
+
+//Result
+printf("\n Angle of the prism is %0.3f Degree", A)