Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Thread: Java need help!

    by Norm
    Replies
    3
    Views
    1,274

    Re: Java need help!

    Change how you are calling the method to use the same datatypes as the method requires.
    Or overload the method to use the datatypes that you want to give it.
  2. Thread: Java need help!

    by Norm
    Replies
    3
    Views
    1,274

    Re: Java need help!

    It looks like the parameters you are passing to the method do NOT match what the compiler wants you to pass to the method.
    The top line has: int as the first arg
    the bottom line has:...
Results 1 to 2 of 2