CS 117 Assignment: Sorted fish

Assigned Friday, 2/15/02.
Due Tuesday, 2/19/02 by 9:00 PM.

Just as in the Fish assignment, I want you to generate ten random fish. But this time, your program should do the following:

This will require that you (1) sort your array of fish in decreasing order with respect to their x coordinates, (2) sort your array of fish in increasing order with respect to their y coordinates, and (3) figure out how to use System.currentTimeMillis() to pause 1/4 of a second.

Start early, have fun, and keep in touch.