1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Java

Connected

练习

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!

说明

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