Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Need Help with HW

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help with HW

    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.

  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Need Help with HW

    Did you not like the answer I posted on the other forum?

    Crossposted: Need Help with Java HW - Java Forums

  3. #3
    Member DavidFongs's Avatar
    Join Date
    Oct 2010
    Location
    Minneapolis, MN
    Posts
    107
    Thanks
    1
    Thanked 45 Times in 41 Posts

    Default Re: Need Help with HW

    Try posting what you have written so far (Why do I think you haven't tried at all?). Then post specific questions and we will try to help.