Search:

Type: Posts; User: bankston13

Search: Search took 0.11 seconds.

  1. Replies
    24
    Views
    1,807

    [SOLVED] Re: Help with Methods

    You're almost on the right track. You declared the methods in your main method correctly the first time around, so thats good. The fix you made in your second post is wrong. The reason I bolded the...
  2. Replies
    24
    Views
    1,807

    [SOLVED] Re: Help with Methods

    Read this line carefully from your errors:

    error: non-static method inputID() cannot be referenced from a static context

    Now, look at your main method and then the methods you called. It has to...
Results 1 to 2 of 2