Java please and screenshot of working code Write a class test that has attributes for class, semester, professor, score,
Posted: Tue Jul 05, 2022 10:25 am
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.
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.