1 2 3 4 5 6 7 8 9 10 11
////Given E=47.2 // 3ev n1=2 n2 =3 //Calculation // Z=sqrt(E/(13.6*((1/2.0**2)-(1/3.0**2)))) //Result printf("\n Atomic number of the atom is %0.0f ",Z)