My program is supposed to ask a user for their first and last name. And, then return results.
One result is the first and last initials are the same, then it would return the user's name in uppercase.
And, if their initials are different then it would return the user's name in lowercase.
I have to use these methods:
Code:toUpperCase()
Code:toLowerCase()

