Hey so I got this code that uses a function to prompt for current time in 24 hour format. I now need to write another function that converts the hours to 12 hour format and adds am or pm. But the function is not suppose to print anything, only store the data then use another function to print using I/O streaming. I haven't had any experience with I/O streaming so any help would be appreciated