PROBLEM Create a C++ program that will perform record management of students. The code must involve implementation of control structures / array / struct / user-defined functions / class. INSTRUCTION: Create a User’s Menu for your program. An example is given below:                                 Record Management                                    [1] Add Record                                    [2] Display Record                                 Input your Choice: _              2. If 1 is chosen, the user will be allowed to create 2 unique student records using the ADD_RECORD user-defined function.            3. After creating 2 records, the user may choose 2 to display existing and non-existing records. Use DISPLAY_RECORD user-defined function.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter7: File Handling And Applications
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

PROBLEM

Create a C++ program that will perform record management of students. The code must involve implementation of control structures / array / struct / user-defined functions / class.

INSTRUCTION:

  1. Create a User’s Menu for your program. An example is given below:

                                Record Management

                                   [1] Add Record

                                   [2] Display Record

                                Input your Choice: _

 

           2. If 1 is chosen, the user will be allowed to create 2 unique student records using the ADD_RECORD user-defined function.

           3. After creating 2 records, the user may choose 2 to display existing and non-existing records. Use DISPLAY_RECORD user-defined function.

           

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr