Question: 1. Write statements that convert and print the lower case letters in the String computer to upper case letters
2. Write statements that extract the substring Moon from the String FullMoonDay and print it
3. Declare a String variable named str and initialize it to contain the same characters as a String object called name, except in all uppercase characters.