1 2 3 4 5 6 7 8 9 10
//Exa:7.5 clc; clear; close; //Given: F=6*10^6; each=400*10^3; n=F/each; printf("\n total number of stations= %fstations",n);