clear //Given l=2.0*10**-10 //m h=6.62*10**-34 //Calculation p=h/l //Result printf("\n Momentum of electrons is %0.3f Kg m/s", p)