1 2 3 4 5 6 7 8 9
clear //Given Rh=1.097*10**7 //Calculation l=4/Rh //Result printf("\n Shortest wavelength is %0.0f A",l*10**10)