Solutions to Problem Set 3 Spring 2024
- A program to demonstrate drawing concentric rings that
- change color if clicked on. A click outside of all the
- rings will change all of the rings' colors.
- The SurveyResponse class represents a survey response from a student.
- It contains the student ID, course, rating, and comment.
- Iterator class for use with the SurveyResponse class
- Program to test the SurveyResponse class
- Code snippet showing test cases for the SurveyResponse class
- Contains the SurveyResponse programs as a package in order to show
- how a package can allow the use of various modifiers