Question: In this exercise you will be designing a program that does the following: Prompt the user for a time in military format and return the
In this exercise you will be designing a program that does the following:
Prompt the user for a time in military format and return the equivalent time in standard English format. For example:
Enter military time: 13:45 One forty five PM Enter military time: 11:00 Eleven AM Enter military time: 12:00 Noon
- For this first part of the exercise, you will use functional decomposition to develop the logic/algorithm and functions that you will use. You are not writing code at this point. You are simply determining the logical flow of your program and what functions the program should use.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
