Answered You can hire a professional tutor to get the answer.

QUESTION

(using c++ language and IDE visual studio 2013, also i am using 'using namespace std' so std:

Your system must make sure that a flight is not overbook, and if a flight is booked it should suggest other flights to the same destination. The boarding pass should include the flight details including the seat number and the number of frequent flyer miles that can be earned.  

Input

The input is all done via interactive data entry. You may use menus, commands, etc. The interface is your choice.

Output

Output is done to the screen, but the program should also save all data between execution using one or more files. This means that when the system restarts, the reservations that have been made should reload.

Thanks again!

// FILE: Date.h#ifndef DATE_H // multiple inclusion guard#define DATE_H#include <iostream>#include <iomanip> //using namespace std; // Provide setw() and setprecision() functions...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question