Skip to content

Repository files navigation

ps3s24solution

Solutions to Problem Set 3 Spring 2024

ColorRings.java

  • 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.

SurveyResponse.java

  • The SurveyResponse class represents a survey response from a student.
  • It contains the student ID, course, rating, and comment.

SurveyResponseIterator.java

  • Iterator class for use with the SurveyResponse class

TestSurveyResponse.java

  • Program to test the SurveyResponse class

testCases.java

  • Code snippet showing test cases for the SurveyResponse class

edu.siena.csis225.SurveyResponse

  • Contains the SurveyResponse programs as a package in order to show
  • how a package can allow the use of various modifiers

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages