Java please and screenshot of working code
Write a class test that has attributes for class, semester,professor, score, and maxScore Write a constructor that acceptsvalues for class, semester, professor, and maxScore. Set the scoreto 0 add get methods for all the attributes. Add a method setScorethat accepts an int value for score, but do not allow the value ofscore go above the maxScore or to go below 0.
Java please and screenshot of working code Write a class test that has attributes for class, semester, professor, score,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am