Coursework repository for CS2 labs and programming practice. Each lab folder includes the code and any supporting notes.
- Date: 09/18/24
- Notes: Completed with help from classmates. The solution works, but the code organization could have been cleaner. This lab reinforced the value of refactoring and doing a final cleanup pass before submitting.
- Date: 08/16/24
- Notes: My first version returned the squared distance instead of the true distance. This lab was a good reminder to match problem requirements and expected outputs (using
sqrt(dx*dx + dy*dy)when required).
- Date: 10/07/24
- Notes: Completed and submitted in D2L (screenshot submission).
- Date: 11/11/24
- Notes: Completed and submitted in D2L (screenshot submission).
- Date: 11/11/24
- Notes: Completed and submitted in D2L (screenshot submission).