Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,178

    [SOLVED] Re: Boolean return print

    Use the return value of method x() for the conditional in an if statement like you did in the body of the x() method. If x() returns true print one thing, else print something else.
    It sure seems...
  2. Replies
    3
    Views
    1,178

    [SOLVED] Re: Boolean return print

    Is the method supposed to return a boolean or a String? (true/false) or ("YES"/"NO")
    Is the method supposed to print something or return something to be printed? (edit) ...or both?
Results 1 to 2 of 2