Question: Write a java program with the following requirements: - It defines a class (the class implements Comparable) that represents a Time with 3 attributes; hour,

Write a java program with the following requirements: - It defines a class (the class implements Comparable) that represents a Time with 3 attributes; hour, minute and second. - The program asks the user to enter the size of an array and then creates an array of time objects. The array is filled with a set of time objects. The values (hour, minute, second) of each object can be created randomly or it is entered by the user. The program sorts the array of time objects in an ascending order and then shows the results. It should also check if all the time objects are distinct and print a proper message accordingly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
