public static void sort(Comparable [] c) {
and it should properly sort any objects that properly implement
Comparable.When you complete this, show it to the instructor, demonstrating that it sorts two arrays of different types or objects that implement Comparable.
If you are done early, you should work on the project.