summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.6/Ex26_6.sce
blob: 4142022d65768aa64ae045db8417e0b7c332a0b6 (plain)
1
2
3
4
5
6
7
8
9
clear
//Given
l=5890.0                          //A

//Calculation
E=12400/l

//Result
printf("\n Minimum energy is %0.1f  ev",E)