summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.13
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.13')
-rw-r--r--3769/CH23/EX23.13/Ex23_13.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3769/CH23/EX23.13/Ex23_13.sce b/3769/CH23/EX23.13/Ex23_13.sce
new file mode 100644
index 000000000..16dabba92
--- /dev/null
+++ b/3769/CH23/EX23.13/Ex23_13.sce
@@ -0,0 +1,9 @@
+clear
+//Given
+w0=4.4
+
+//Calculation
+l=12400/w0
+
+//Result
+printf("\n Wavelength of visible light is %0.0f A",l)