1 2 3 4 5 6 7 8 9 10 11 12
clear //Given n=30 B=0.25 //T A=1.5*10**-3 K=10**-3 //Calculation S=(n*B*A)/K //Result printf("\n Current sensitivity of the galvanometer is %0.3f degree/A", S)