[split] Algorithm form Programming Software Development by kartik1997 …out.println("----------------------------------------"); System.out.println("1.) WorldWideWeb"); System.out.println("2.) NetscapeNavigator"); System…quot;); System.out.println("the correct answer is WorldWideWeb"); System.out.println("sorry "+name+&… Re: Game engine!! but how? Programming Game Development by technogeek_42 ok sorry........ i have a problem with my game engine how can i published it for free in the WorldWideWeb Re: [split] Algorithm form Programming Software Development by JamesCherrill DaniWeb Member Rules include: "Do not hijack old threads by posting a new question as a reply to an old one" [url]http://www.daniweb.com/forums/faq.php?faq=daniweb_policies[/url] Start you own new thread, and post your code in code tags. Re: [split] Algorithm form Programming Software Development by peter_budo @James, thread moved and code tags added @kartik1997 your question is not clear so you better provide more in details explanation. By looking at the above code I would be surprised if it does compile Re: [split] Algorithm form Programming Software Development by stultuske not to mention this looks like a LOT of repeating code. it's not so difficult to create a class containing: String question, answer1, answer2, answer3; and a flag to check what the right answer of the three is. that way, you could just write a while loop having the question, answers and result, so you wouldn't have to repeat all of that. in a …