Question: Create a Java Application in NetBeans with the following two classes. A class StudentProfile with the following private attributes: Student Name Quizzes scores (out of

Create a Java Application in NetBeans with the following two classes.

  1. A class StudentProfile with the following private attributes:
    1. Student Name
    2. Quizzes scores (out of 20)
    3. Homework score (out of 20)
    4. Mid score (out of 30)
    5. Fin Ex score (out of 30)

The class StudentProfile should include the following methods:

  1. Constructor/s
  2. Accessors and mutators methods
  3. Method to return the letter grade of a StudentProfile object.

  1. Another Java class called TestStudent with the main() method:
    1. In the main(), read from file studentsScores.data scores of several students. This is an example data:

Ahmed Saleh 19 20 27 22

Ameen Nagi 11 9 12 8

Amal Ali 17 16 25 30

Asma Saeed 18 13 10 29

  1. Create Objects for each Student

  1. Change the value of Quizzes of Ameen Nagi to 15

  1. Print out to a file all the students total scores and letter grades

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!