Write Program Convert Time 24 Hour Notation 12 Hour Notation Vice Versa Program Must Menu Q43835918
Write a program to convert the time from 24-hour notation to12-hour notation and vice versa. Your program must be menu driven,giving the user the choice of converting the time between the twonotations. Furthermore, your program must contain at least thefollowing functions: a function to convert the time from 24-hournotation to 12-hour notation, a function to convert the time from12-hour notation to 24-hour notation, a function to display thechoices, function(s) to get the input, and function(s) to displaythe results. (For 12-hour time notation, your program must displayAM or PM).
Expert Answer
Answer to Write a program to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu …
OR