Exercise on Strings --- Answer to 1st question in Part 2
Input:
"This is a string"
Output:
"THIS IS A STRING"
Expression that converts:
"This is a string".toUpperCase()