Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Language C++ Goal: The goal of this project is to create a student database structure to store the students information. An employee at school

Programming Language C++

Goal: The goal of this project is to create a student database structure to store the

students information. An employee at school will use your database to edit this

database. The database uses a file to store this information.

The data base should have the following tasks-

1- Add records

Students name (first & last names), course number and section

2- Delete records

To delete the added students information from the file

3- List records

List all records

4- Modify records

Used to modify records that are stored on file such as changing the course number for a student.

5- Exit program

Used to exit the program

The interface of the program should have a welcome screen which the employee can use.

example below:

image text in transcribed

example of what the record looks like.

image text in transcribed

1. Add Records 2. List Records 3. Modify Records 4. Delete Records Exit Program Select Your Choice:->

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started