//Example 12.1, page 435 clc c=9*10^9 cm=1.6*10^-19 d=2.4*10^-10//in m v=(c*cm*cm)/d e=v/(1.6*10^-19)//in J printf("\n The energy is %e ev",e)