1 2 3 4 5 6 7 8 9
clc //initialisations e=4*10^-3//erg p=1*13.6*981 //calculations kt=2*e/3//erg n=p/kt //results printf(' number of molecules = % 1f',kt)