Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Replies
    48
    Views
    4,646

    Re: Java ... I Need Your Help so I Can Help My Son

    You have identified the problem and a solution:
    You were not calling your method, and now you are, but not doing so correctly. You are calling in a good place. So most of your problem is fixed....
  2. Replies
    48
    Views
    4,646

    Re: Java ... I Need Your Help so I Can Help My Son

    Have you given any thought as to WHY removing those two lines has the effect that it does?

    That is one of the basic ideas involved with object oriented programming. Good thinking.

    That is the...
  3. Replies
    48
    Views
    4,646

    Re: Java ... I Need Your Help so I Can Help My Son

    Post the code you have so far and a question about it. I have a hard time knowing what your question is at this point.
  4. Replies
    48
    Views
    4,646

    Re: Java ... I Need Your Help so I Can Help My Son

    I don't agree with just this part of the comment.
    An IDE is a great learning tool in my experience. There are many features in some IDEs that help you learn syntax as you go. I agree that an IDE can...
  5. Replies
    48
    Views
    4,646

    Re: Java ... I Need Your Help so I Can Help My Son

    System.out.print(Number + " ";
Results 1 to 5 of 5