Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    Ok, so the coordinates your teacher gives you looks like they will be ints. That is perfect.

    To create a new Point object, something like this works:

    public static void main(String[] args)
    {...
  2. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    Any restrictions to what you are aloud to do? Because a lot of this can be done really easily.

    Check out the Point Class (Point (Java Platform SE 6)).

    That can deal with storing your x's and...
Results 1 to 2 of 2