Search:

Type: Posts; User: Junky

Search: Search took 0.70 seconds.

  1. Replies
    3
    Views
    1,311

    Re: Beginner Java HELP!

    if (allTheBoats[i].boatName.equals(boat)) {
    System.out.println(allTheBoats[i].boatName + "boat ID is " + allTheBoats[i].id + ".");
    return;
    }

    When the boat is found why do you print...
  2. Replies
    3
    Views
    1,311

    Re: Beginner Java HELP!

    Make an attempt at writing the code. If you get stuck post your code here using code tags, copy and paste exact error messages and ask a specific question.

    Do not dump your homework on us and...
Results 1 to 2 of 2