COS 126 Errata, Spring 2007
Chapter 1

No errors reported at this time.

Intro to Programming, p. 20
Printed: If a and b are
Fixed: If a, b and c are
Reported by Bambi Tsui, 11-Mar-07.

Intro to Programming, p. 49, figure
Printed: v <= n
Fixed: i <= n
Reported by Katherine Thompson, 15-Feb-07.

Intro to Programming, p. 101
Printed: .3*.5 + .6*.2 + .2*.4
Fixed: .3*.5 + .6*.1 + .1*.4
Reported by Kevin Wayne, 30-Jan-07.

Intro to Programming, p. 147
Printed: see Exercise 1.6.23
Fixed: see Exercise 1.6.24
Reported by Laura Keay, 15-Feb-07.