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.

Page 2 of 2 FirstFirst 12
Results 26 to 29 of 29

Thread: PLEASE HELP!!!!!!

  1. #26
    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: PLEASE HELP!!!!!!

    You continue doing the things we've asked you not to do, and you haven't even answered our warnings about your misuse of the if statements. If you want help, you'll have to post an SSCCE that demonstrates the problem, as well as the exact error message along with which line in your SSCCE that error message occurs. I also suggest you get into the habit of googling your error messages, it's going to be a lot more efficient than waiting for us everytime you get some syntax wrong.

    Look through posts made by other people who have posted code, and quote them to take a look at how they did it. Unformatted code is pretty much unreadable.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  2. #27
    Junior Member
    Join Date
    Jan 2012
    Posts
    17
    My Mood
    Inspired
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: PLEASE HELP!!!!!!

    yeah just ditch tht problem, i got it

    now im doing the second one
    how do you put 3 functions in one program??

  3. #28
    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: PLEASE HELP!!!!!!

    I feel like we're going in circles. What have you tried? Where are you stuck? What did google and the basic tutorials tell you? Please read the link in my signature on asking questions the smart way before you post again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  4. #29
    Junior Member
    Join Date
    Nov 2011
    Location
    Greece
    Posts
    14
    My Mood
    Cheerful
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: PLEASE HELP!!!!!!

    Well As I see haibhailie you have some problems with the syntax So I would like to ask you if you are using a java editor if not you could try the Eclipse very useful for preventing syntax errors. Also you could read a book like Sams teach yourself java in 24hours it is very helpful(the first java book I read). Apart from that try when you want to do something just write in Google java and 1 to 3 words of your problem you will need to build many projects before having a problem which you can't find. last but not least, I want to mention that I am 13 years old too and I was in your shoes as a result this advise will help you as they helped me.

    Best wishes,
    Kostas

    Ps: The book you can either purchase it from a book store(either online or in your neighborhood) or download it(not much recommended) from a torrent
    Last edited by Souperk; January 31st, 2012 at 01:04 PM.

Page 2 of 2 FirstFirst 12