Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C + + Chapter 4 / 5 Lab Assignment Using concepts from chapters 1 5 only. Grading will be based on chapter 4 & 5
C Chapter Lab Assignment
Using concepts from chapters only. Grading will be based on chapter & concepts more. Design a menu driven program that can keep track of flight information for an airline.
Your program must have the following documentation:
Your name
The program name
Program Description
The date the exe file was created
The code:
Use a menu approach do the following:
To call a function that will allow for Adding of information about five customers into a vector named TXSWFLIGHT.
To be able to Search the vector for any customer. Hint: using the concept find or search STL Algorithms
To be able to Delete any customer from the vector.
To be able to Display all customer information at any time.
Display the vector information before the deletion.
Display the vector information after the deletion.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started