Intro to Programming, p. 170
Printed: | (Phi(z) - mu) / sigma |
Fixed: | (Phi((z - mu) / sigma) |
Intro to Programming, p. 172
Printed: | cardcnt++ |
Fixed: | cardcnt++; |
Intro to Programming, p. 209
Printed: | we shift the all the others |
Fixed: | we shift all the others |
Intro to Programming, p. 261
Printed: | The fourth cell on bottom row is white. |
Fixed: | It should be gray. |