Program that reads the time in hours and minutes

 Write a program that reads the time in hours and minutes. The time entered is
 assumed to be a valid time on the 24-hour clock. The program should print out the
 time followed by one of AM, PM, Noon, Midnight as appropriate.


Programming Language : Java

Answer :