Hi. I'm new here and need some help. I'm finishing school now and for the finish i need to "make"/program a game or smth. I decided to make a QUIZ in java. I know the basics of java i learned it about 1 year in school.

So, i want some comments how should i start and some good tutorials if u have them. Thank you for help.

Write out what the program needs to be able to do, step by step.

Think and realize what needs to be in separate classes and figure out the class structure. This will help break down the program into smaller more manageable bits.

Write some pseudo code for each class. Then write the actual code.

Test endlessly for logic errors, stupid user errors, et cetera.

Of course you don't have to follow this, it's not even what I do (I hate pseudo code ;) But it's a good starting point for beginners.

Also, the Java API is your best friend (or try out the Java Docs by Example Once you have written some code, if you come across any problems that you are having trouble with come back and ask a specific question.

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.