Hi Everyone,
This is for a beginners Java class. I am having a hard time doing this program, can someone PLEASE HELP me! The program has to involve array's and objects. I have tried to do this different ways but have been unsuccessful. Any help would be greatly appreciated.
Write a program to handle the scheduling/capacity for airlines. Your program will need to store information for a fleet of airplanes. Each airplane will have multiple sections, an origin, destination, and expected arrival/departure times. Each section will have a name and cost, their capacity will vary between planes. You will need to keep track of how many seats have been sold and how many are still available.
In addition to building the objects you will also need to create an interface to work with them. This can be done with a GUI or via the console. Your program will need to be able to provide statistics relating to the planes, how many of seats are available, revenue, etc.