![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Location | Error |
| Recipe 37 | Posterize has conditions set in a way that is probably confusing, i.e., testing for < 64 and then for > 63, and for sure disagrees with specification given on page 105, where it says that if red is in the range of 1,2,3...64, we make it 31. In fact, code you wrote does this for range 1,2,3, ..., 63. |
| Page 105 | When using ... for numerical ranges there should in normal mathematical writing be commas before and after the ... (Bob Sloan) |
| Page 181 | The sound function copies to the wrong sound (it copies to source when it sould be copying to target as the text describes). -Blake O'Hare |