Hey so I've written a code with functions to prompt for time in 24 hour format, convert time from 24 hour format to 12 hour format and display both. What I am having trouble with is how to display the am/pm for 12 hour format. in my convertTime24to12 function I use math to find if it am/pm and equal the char t a or p, with the m being added later. what I need is in my printtime12 function is to call that function and use the char variable but I cant figure out how without using the other arguments.