Hello Folks., Im new to this forum and just trying to learn Java.
I have a program Im trying to write in Java. its about managing flights and booking flights for customers and also Alter flight should customer wish to change their mind not travelling. Im kinda confused on how to start. Please can any one please help kick start me.
I'll appreciate that as it will help me learn as well.
Thanks.

Im kinda confused on how to start. Please can any one please help kick start me.

check the assignment, what do you need to do, what do you need to accomplish that?

which objects do you need? what variables do they have to hold?
first, start with creating the correct objects

check what other structures you need ... is the number of possible objects limited (in which case, you can handle it with an array), don't you know what the amount of instances will be? go for a collection.

just start on the basics before trying to complete the whole application in your mind. if you don't have a foundation, you shouldn't start building an appartment block upon it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.