calls a user defined function char getcharacterinput(string prompt) that prompts the user for input and gets valid integer input from the user. the function should: a. use prompt as a prompt to the user. b. get a character input from the user. (no error checking is needed with characters) c. return the character input.