1 2 3 4 5 6 7 8 9 10 11
////Given Z=3.0 n=3 //for Li++ Z1=1.0 n1=1 //for hydrogen //Calculation r=(n**2/Z)/(n1**2/Z1) //Result printf("\n orbital ratio of two states %0.3f ",r)