Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    8
    Views
    1,847

    Re: Need help understanding method calls and such

    You now have two definitions for getnumber1 and getnumber2. The ones in the main() method will get values, the ones outside will not.
  2. Replies
    8
    Views
    1,847

    Re: Need help understanding method calls and such

    What didn't work? If there are errors, don't ignore them, copy and paste them here.

    The error is probably about using non-static methods. Your short and simple program doesn't use classes for your...
Results 1 to 2 of 2