Answered step by step
Verified Expert Solution
Link Copied!

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 4/5 Lab Assignment
Using concepts from chapters 15 only. Grading will be based on chapter 4 & 5 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

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

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions

Question

=+derived from the assignment will balance the costs?

Answered: 1 week ago

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago