A=140 n=7 Na=40 C=A/n//coverage area of each cell Nvchpercell=30/100*Na N=Nvchpercell*n//Number of voice channels disp(C,'coverage area of each cell in kmsqr') disp(N,'Number of voice channels')