Write a program that asks the user for string and display an all-uppercase version of that same string to the screen. The function should take a string parameter with the users input and return the same string in all-uppercase. You must write a function to do this!
The main function should get the user's input, call the function and display the resulting stirng to the screen.