summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.13/Ex23_13.sce
blob: 16dabba9273cb8781ea63e14d15170298a7373f6 (plain)
1
2
3
4
5
6
7
8
9
clear
//Given
w0=4.4

//Calculation
l=12400/w0

//Result
printf("\n Wavelength of visible light is %0.0f  A",l)