Question: Create an Assignment class. Include the fields String type, int pointsEarned, int pointsPossible. Include an overloaded and default constructor ( use the keyword this )
Create an Assignment class. Include the fields String type, int pointsEarned, int pointsPossible. Include an overloaded and default constructor use the keyword this Include a toString getters, setters, a method to calculate the percentage, and a method that returns a String message depending on what the percentage is Example: if a student
earned a or below, give some encouragement or advice. Have at least different message options.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
