Problem
1. Write a short Java method that counts the number of vowels in a given character string
2. Write a short Java method that removes all the punctuation from a string s storing a sentence. For example, this operation would transform the string
"Let's try, Mike." to "Lets try Mike".