1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Java

Connected

Exercise

Upper or lower

Text formatting is everywhere - from standardizing user input to creating consistent output. Strings have powerful built-in methods that can instantly transform text. Let's explore how Java makes text manipulation effortless!

Instructions

100 XP
  • Output the message String in uppercase letters.
  • Output the message String in lowercase letters.