Write a class test that has attributes for class, semester, professor, score, and maxScore Write a constructor that acce
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a class test that has attributes for class, semester, professor, score, and maxScore Write a constructor that acce
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.