Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.34 seconds.

  1. Replies
    28
    Views
    3,138

    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...
  2. Replies
    28
    Views
    3,138

    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...
  3. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    Are you sure that works? You're still ending all of your if statements with a semicolon. And you still haven't used the highlight tags.
  4. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    Well, you've got quite a few syntax errors there, and you haven't used the highlight tags, so I can't really tell which closing bracket lines up with which opening bracket. Make sure that they match...
  5. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    What syntax are you attempting to use? An if statement requires (parenthesis) around the expression, and you can't just throw a comma in. Did you read the basic tutorials at all, or just skim them?
    ...
  6. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    Then that's a great place to start your google search. The first result here is to the basic tutorials, which I actually already told you to take a look at:...
  7. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    Okay, so now that you've stated those, you can begin translating that to pseudocode and finally into actual Java.
  8. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    I mean, given three numbers, how do you determine whether or not they can form a triangle? When can't three sides form a triangle?
  9. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    Well, how would you do this without a computer?
  10. Replies
    28
    Views
    3,138

    Re: PLEASE HELP!!!!!!

    For future reference, you're going to want to provide more meaningful titles. We know you need help- what do you need help with? What have you tried? A title lets people know what's in the thread, so...
Results 1 to 10 of 10