Write a functional decomposition and a C++ program that reads a time in numeric form and prints it in English. The time is input as hours and minutes, separated by a space. Hours are specified in 24-hour time (15 is 3 p.m.), but the output should be in 12-hour a.m./p.m. form. Note that noon and midnight are special cases. Here are some examples:
Write your C++ code using good style and documenting comments. This application should provide you with ample opportunity to use Switch statements.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.