Your Student class should implement the Comparable interface, not have a class inside of it.
Implementing an interface requires a class to define all the methods that the interface has. The Student...