Write a program that prompts the user to input a string and outputs
the string in uppercase letters. (Use a character array to store the string) Use only dynamic arrays
Write a program that prompts the user to input a string and outputs
the string in uppercase letters. (Use a character array to store the string) Use only dynamic arrays