//chapter6,Example6_17,pg 148 alpha=0.99 Icbo=0.5*10^-6 B=alpha/(1-alpha) Iceo=(1/(1-alpha))*Icbo printf("B=%.f \n",B) printf("Iceo=%.8f A",Iceo)