← Unit 1 · all exercises
Saved in this browser only

Whisper it

Return the text in small letters.

String whisper(String text)

Solution.java
Loading editor…
Results

Examples

  • whisper(HELLO) → hello
  • whisper(Java) → java

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