This project correlates to the Java Software Solutions: Foundations of Program Design textbook. Currently this project offers basic examples of the concepts covered in the textbook.
- Install Java 17 and Eclipse
- Clone repo locally
- Open the project in Eclipse
- Run the relevant program
- Java 17
Largely, the comments in the code throughout this repo paraphrase or quote the textbook. In some places, examples have been taken from online resources. These examples have also been marked.