Question: Hi, I need to write a program that recreates a college class. The class should have a name, location, instructor , and maximum number of

Hi, I need to write a program that recreates a college class. The class should have a name, location, instructor , and maximum number of students. Your program then adds students to the class, and ultimately assigns each student a final numeric average and a corresponding letter grade. It is required that we use these things within the code:

- if-else/else- if statement

- for loop, while loop, and/or do-while loop (must use two or more)

- read/write/or read & write to/from a file

- use 5 methods

- use 1 overloaded methods

-use 3 classes

-inheritance from another class

-abstract class

-include two arrays/arrayLists

-import 3 or more libraries

-include at least 1 programmer-created exception

- do not allow invalid inputs

I know this is a lot! But I am feeling very overwhelmed by this assignment. Thank you very much!

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!