Question: JAVA PROGRAMING HELP! -- A school wants to automate their management process. They want to make easy entering, modifying and displaying record of students. As

JAVA PROGRAMING HELP! -- A school wants to automate their management process. They want to make easy entering, modifying and displaying record of students. As a developer, you need to perform the following tasks:

Create a menu:

o 1. Add new student

o 2. Save

o 3. Display all students

o 4. Exit

Implement option 1 to add records into a collection. It should ask user to enter students details including EnrolID, FirstName, LastName, Age.

Implement option 2 to save the entered student into a data file named students.dat.

Implement option 3 to display all records in students.dat file as Figure 1.

Exit option should terminate the application.

JAVA PROGRAMING HELP! -- A school wants to automate their management process.

A school wants to automate their management process. They want to make easy entering, modifying and displaying record of students. As a developer, you need to perform the following tasks: Create a menu: 1. Add new student 2. Save 3. Display all students 4. Exit Implement option 1 to add records into a collection. It should ask user to enter student's details including 'EnrolID', 'FirstName', 'LastName', 'Age'. Implement option 2 to save the entered student into a data file named students.dat. Implement option 3 to display all records in students.dat file as Figure 1. Exit option should terminate the application

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!