Lecture Notes, 2.18
| Printed: | 1234 * 99 = 1221661 |
| Fixed: | 1234 * 99 = 122166 |
Lecture Notes, 2.25
| Printed: | output to RandomInt is missing the text random integer is: |
| Fixed: | add text |
Lecture Notes, 9.18
| Printed: | register A |
| Fixed: | register C |
Lecture Notes, 14.18
| Printed: | zt+1 = (zt)2 + z |
| Fixed: | zt+1 = (zt)2 + z0 |