Design testscores class that fields to hold three test score


Problem

Design a TestScores class that has fields to hold three test scores. The class should have a constructor, accessor and mutator methods for the test score fields, and a method that returns the average of the test scores. Demonstrate the class by writing a separate program that cre- ates an instance of the class. The program should ask the user to enter three test scores, which are stored in the TestScores object. Then the program should display the average of the scores, as reported by the TestScores object.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Design testscores class that fields to hold three test score
Reference No:- TGS03242075

Expected delivery within 24 Hours