Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,488

    Re: boolean for increment method

    You're guess is as good as mine. My suggestion is to ask other students for what they did, and/or ask your teacher (the teacher is the best option because they most likely know what they want).
    ...
  2. Replies
    6
    Views
    1,488

    Re: boolean for increment method

    Normally the intent is for a method to perform work and return a result. The calling method will then decide what it wants to do with that result. This could be perform more computations, write it to...
  3. Replies
    6
    Views
    1,488

    Re: boolean for increment method

    Booleans aren't that hard to understand: they're either true or false, on or off, yes or no, etc.

    What it sounds like your teacher wants you to do is modify the first method to return true or...
Results 1 to 3 of 3