//chapter6,Example6_1,pg 121 e=1.6*10^-19 V=1000 m=9.1*10^-31 v=sqrt((2*e*V)/m) printf("final velocity of electron\n") printf("v=%.f m/sec",v)