Recommended Book Exercises
We recommend these exercises from the Cay Horstmann, “Brief C++, Late Objects”, 3rd Ed. (with some corresponding exercises from the 2nd ed.) to practice the skills taught in lecture and lab.
Chapter 3 - Decisions ( If statements )
- 2nd Edition (Programming Exercises)
- P3.1-P3.3
- P3.6-P3.8
- P3.11
- P3.12
- P3.13
- P3.21
- P3.22
- P3.23
- P3.29
- P3.31
- 3rd Edition (Analysis/Conceptual Exercises)
- R3.2
- R3.3
- R3.6
- R3.9
- R3.12
- R3.17
- R3.28
- R3.31
- R3.32
- 3rd Edition (Programming Exercises)
- E3.4-E3.6
- E3.13
- E3.14
- P3.1-3.4
- P3.10
- P3.11
- P3.13
- P3.17
- P3.21-3.23
Chapter 4 - Loops
- 3rd Edition (Analysis/Conceptual Exercises)
- R4.2a
- R4.3
- R4.6
- R4.7
- R4.12
- R4.14
- R4.17
- R4.20
- 3rd Edition (Programming Exercises)
- E4.1
- E4.2
- P4.2
- P4.4
- P4.16 and P4.17
Chapter 6 - Arrays
- 3rd Edition (Analysis/Conceptual Exercises)
- R6.3
- R6.4
- R6.8
- R6.12
- R6.13
- 3rd Edition (Programming Exercises)
- R6.2
- E6.1
- E6.2
- E6.4
- E6.5
- E6.7
- E6.8
- E6.9
- E6.10
- E6.11
- E6.14
- E6.16
- E6.17