Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,022

    Re: I need help for my code...

    Do you understand about arguments to methods and constructors?
    The args used when calling a method or a constructor must match those used in that method or constructor's definition. Look at the...
  2. Replies
    7
    Views
    1,022

    Re: I need help for my code...

    Use the equality operator == for comparing two primitive values, not the assignment operator: =
  3. Replies
    7
    Views
    1,022

    Re: I need help for my code...

    Please explain what your problems are. What have you tried?

    See the tutorial:
    Providing Constructors for Your Classes (The Java™ Tutorials > Learning the Java Language > Classes and Objects)...
  4. Replies
    7
    Views
    1,022

    Re: I need help for my code...

    Post your code and any questions about the problems you are having with it.
Results 1 to 4 of 4