Question: Description: Using the GradeBook/GradeBookTest examples used in the lesson and found in the text; make the subsequent improvements by adding methods to the GradeBook or GradeBookTest classes and executing methods in GradeBookTest class.
Part 1: Prints out your gradebook entries: Must display a welcome message with your First and Last name.
Part 2: Create a new gradebook entry for four different CSCI courses. Must use a constructor to initialize the course name.
Part 3: Include course grade as an input parameter for the course (letter grade)
Part 4: Display Course with course grade.
I'm not sure how to solve the question and you have to satisfy the requirements specific in the instruction.