summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.10/Ex17_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH17/EX17.10/Ex17_10.sce')
-rw-r--r--3769/CH17/EX17.10/Ex17_10.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH17/EX17.10/Ex17_10.sce b/3769/CH17/EX17.10/Ex17_10.sce
new file mode 100644
index 000000000..f87d17b99
--- /dev/null
+++ b/3769/CH17/EX17.10/Ex17_10.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+uw=1.33
+
+//Calculation
+a=1/uw
+b=sin(a)*180/3.14
+
+//Result
+printf("\n Angle of refraction is %0.0f degree",b)