COS 126 Errata, Spring 2007
Chapter 2

Intro to Programming, p. 170
Printed: (Phi(z) - mu) / sigma
Fixed: (Phi((z - mu) / sigma)
Reported by John Kim, 22-Mar-07.

Intro to Programming, p. 172
Printed: cardcnt++
Fixed: cardcnt++;
Reported by John Kim, 22-Mar-07.

Intro to Programming, p. 209
Printed: we shift the all the others
Fixed: we shift all the others
Reported by Schuster Tanger, 28-Mar-07.

Intro to Programming, p. 261
Printed: The fourth cell on bottom row is white.
Fixed: It should be gray.
Reported by Kevin Wayne, 1-Mar-07.