Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,378

    Re: HELP!! Cant get point program to work

    I explained how this should be done in post #4. You can name the method what you like; I don't have to like it. Reread Post #4 and let me know what you don't understand or can't code to make that...
  2. Replies
    10
    Views
    1,378

    Re: HELP!! Cant get point program to work

    If the point class must have a 'distance' method, then ifs signature should be:

    // this method returns the distance from point1 to point2 by calling point1.distanceTo( point2 )
    public double...
  3. Replies
    10
    Views
    1,378

    Re: HELP!! Cant get point program to work

    Are you getting errors? If so, post them. Is the program compiling and running but not working as you'd hoped? Then post sample runs and describe how the run does not meet the requirements.
    ...
Results 1 to 3 of 3