Exerpad
Exercise 1 · Chapter: String ManipulationRequired+50 XP

Shout and Whisper

Read a word, then print it in ALL CAPS on one line and all lowercase on the next.

Example:

Input:

Hello

Output:

HELLO
hello
Need a hint?
3 available · costs 5 XP each
javascript

Output
Run your code to see the output here.