1 2 3 4 5 6 7 8 9 10 11
//chapter11 //example11.4 //page205 Ic=0.95 Ib=0.05 Ie=Ib+Ic alpha=Ic/Ie printf("amplification factor = %.3f \n",alpha)