Search:

Type: Posts; User: Gerardgrundy

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,196

    [SOLVED] Re: Boolean return print

    The method has to return true false.
    Then that is to be checked and if true print Yes if false no.
  2. Replies
    3
    Views
    1,196

    [SOLVED] Boolean return print

    Hi,
    I'm trying to do a boolean method


    public boolean x()
    {
    if (y() >= z)
    {
    return true;
    }
Results 1 to 2 of 2