Please can someone help me. I am a complete beginner to Java and have been given a monster of a project by my lecturer. If someone can help me I will be forever in your debt. This project has to be in real soon and I have no idea even how to begin.
An airline operates 3 transatlantic routes: Dublin - Chicago, Dublin to Sanfran, Dublin to NY. They have 4 different classes of tickets sold: first class, business class, economy class and special autumn fare. The management are looking at sales for 5 years: 1996-2000. There are 2 files: passengers.txt that holds the number of tickets sold for each route in each class in each year. The other file is fares.txt that holds the prices for each route, class and year.
We are required to create the following files:
1) Yearly route summary .ie. number of passengers, cost, sales etc
2) 5 year summery
3) company overall summary of sales per class per year
HELP!!!! PLEASE!!!
Using Suns Java SDK 1.4.1_01