Question: Create a Java Application in NetBeans with the following two classes. 1. A class StudentProfile with the following private attributes: a. Student Name b. TotalScore
Create a Java Application in NetBeans with the following two classes. 1. A class StudentProfile with the following private attributes: a. Student Name b. TotalScore (out of 100 ) The class StudentProfile should include the following methods: c. Constructor/s d. Accessors and mutators methods e. Method to return the letter grade of a StudentProfile object. f. Override the toString method to print the student's name, total score and letter grade 2. Another Java class called TestStudent with the main() method: a. In the main(), read from file "studentsScores.data" scores of several students. This is an example data: b. Create Objects for each Student c. Print out to a file all the students total scores and letter grades
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
