No errors reported at this time.
Intro to Programming, p. 20
Printed: | If a and b are |
Fixed: | If a, b and c are |
Intro to Programming, p. 49, figure
Printed: | v <= n |
Fixed: | i <= n |
Intro to Programming, p. 101
Printed: | .3*.5 + .6*.2 + .2*.4 |
Fixed: | .3*.5 + .6*.1 + .1*.4 |
Intro to Programming, p. 147
Printed: | see Exercise 1.6.23 |
Fixed: | see Exercise 1.6.24 |