1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//chapter9,Example9_2,pg 237 V=60*10^3 c=3*10^8 e=1.6*10^-19 lam=0.194*10^-10//min. wavelength of x-rays h=(lam*e*V)/c printf("plancks constant\n") disp(h)