Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 2 Create a Java Application in NetBeans with the following two classes. 1. A class Student Profile with the following private attributes: a. Student
Exercise 2 Create a Java Application in NetBeans with the following two classes. 1. A class Student Profile with the following private attributes: a. Student Name b. Quizzes scores (out of 20) c. Homework score (out of 20) d. Midterm score (out of 30) e. Final Exam score (out of 30) The class StudentProfile should include the following methods: f. Constructor/s g. Accessors and mutators methods h. Method to return the letter grade of a StudentProfile object. 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: 22 Ahmed Saleh Ameen Nagi Amal Ali Asma Saeed 19 11 17 18 0 PO 20 9 16 13 27 12 25 10 30 29 b. Create Objects for each Student c. Change the value of Quizzes of Ameen Nagi to 15 d. Print out to a file all the students total scores and letter grades
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started