Here's my practice assignment. How should I start it?

The Comparable interface is a very commonly implemented interface. Any class that implements it must define a method called compareTo that...