1- Write a program that simulates the operation of a busy airport that has only

1- Write a program that simulates the operation of a busy airport that has only two runways to handle all takeoffs and landings. You may assume that each takeoff or landing takes 15 minutes to complete. One runway request is made during each five-minute time interval, and the likelihood of a landing request is the same as for a takeoff request. Priority is given to planes requesting a landing. If a request cannot be honored, it is added to a takeoff or landing queue. Your program should simulate 120 minutes of activity at the airport. Each request for runway clearance should be time-stamped and added to the appropriate queue. The output from your program should include the final queue contents, the number of takeoffs completed, the number of landings completed, and the average number of minutes spent in each queue.
1. Submissions: You need to submit the following 2 items:
a. Source code: Compress your project folder. The folder must consist of all your source code files. I will use this folder to run your application.
b. Project Report: This report contains assumptions, a UML diagram (Use the UML power point file for more info about UML), Big-O of the significant functions, and references. This report should be roughly between 2-3 pages (excluding the front-page).
2. Source code
a. You can use C++ to implement your project.
b. You MUST follow OOP style.
c. You need to submit all the files that are needed to run the project. In C++, for instance, you will need to submit header files (.h) and cpp files.
d. Comment your code and choose meaningful variable and function names.
e. Follow a coding style consistently.
f. include the source code at it electronically.

Posted in Uncategorized

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount