java please Write a class test that has attributes for class, semester, professor, score, and maxScore Write a construct
Posted: Fri Jul 01, 2022 5:39 am
java please
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.
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.