← Unit 1 · all exercises
Saved in this browser only

Shout it

Return the text in capital letters.

String shout(String text)

Solution.java
Loading editor…
Results

Examples

  • shout(hello) → HELLO
  • shout(Java) → JAVA

There are also 3 hidden tests you can't see. Solve the problem, not the examples.