CSCI 102 - Fall 2023 Fundamentals of Computation

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 )

Chapter 4 - Loops

Chapter 6 - Arrays