Question: Please help me with this Java HOMEWORK Need help with this Java Program We have to make a menu option like this: Create a new
Please help me with this Java HOMEWORK

Need help with this Java Program We have to make a menu option like this: Create a new Class called student. All the variables you previously used earlier will still be required, but now you will put those variables in your student class as data. You will add getter and setter and constructor methods for your student. You will still need your Main class to actually interface with your Student class. Other than the shift to creating this new class, the assignment is exactly like last weeks, you're just modifying it to use a Student object instead of variables. int choice; String studentName="", String studentYear="" double studentGPA= -1 Menu: 1. Enter The Students Name: 2. Enter the Students Academic Year: 3. Enter the Students GPA: 4. Print Current Working Student 5. Write Data to File 6. Read Data From File 7. Search by Student Name 8. Delete Student EXTRA CREDIT* 9. Exit on command 10. Error handling for 2 prevents the user from entering anything other than Freshman, Sophomore, Junior, Senior. 11. Error handling for number 3 prevents the user from entering anything other than a double between 0.0 and 4.0. 12. You have a student class that contains the name, year, GPA, and the class sets and gets that data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
