The main module of the program should: (1) Prompt the user to enter a character string, (2) Call the programmer defined function and pass the string inputted as the parameter to the function, (3) Print the results passed back from the function with an appropriate explanation message. The function itself should: (1) Use the parameter passed into it as the data needed to determine how many vowels are in the data, (2) Return the number of vowels counted back to the main module.