Question: Task 3: Converting 24 -hour format to 12 -hour format 3. Open a C editor and create a new file called task3.c. 4. In the

Task 3: Converting 24 -hour format to 12 -hour format 3. Open a C editor and create a new file called task3.c. 4. In the file, write a C program that prompts the user to enter a time in 24 formats, and then uses an if statement to convert the time into 12-hour format 5. Your program should not allow invalid input Example: 25:13 your input is invalid. 6. The program should display the time in 12-hour format followed by AM/PM For example: your input 23:15 Your output 11:15 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
