(a) To simplify the situation, let's say that this system just needs to keep track of flights, passengers, and airports. Describe how you would represent these objects in your program.
(b) Describe several functions that would need to be defined (for example, you'll want a function which takes a flight and returns the number of available seats remaining)