Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,090

    [SOLVED] Re: Simple Static Method Problem

    No, not denied, just modified. If my answer loses meaning now that llowe29's code has been removed, please ask additional questions with your updated code.
  2. Replies
    10
    Views
    1,090

    [SOLVED] Re: Simple Static Method Problem

    I hope you see what llowe29 did was to combine the best parts of 2 lines of your program into one:

    These 2:

    MyMath.square(12);
    System.out.println(MyMath.square());

    Into this 1:
    ...
Results 1 to 2 of 2