Make a helper method called isAllAlpha(String str). This method should return true if every character in str is a letter, upper or lower case.