Search:

Type: Posts; User: jbarke12

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    1,146

    Re: noob having problem with return...

    YouTube videos have their place, but its important to understand the basics that you would pick up from a good computer science book. Especially just starting out. The text books are normally laid...
  2. Replies
    13
    Views
    1,146

    Re: noob having problem with return...

    also another thing to add... you don't have return type on the method signature.

    public static int getInt() { // is what that line should be.

    You should then be able to put either of the...
Results 1 to 2 of 2