3. Number to Text

Difficulty: 

You receive a number between zero and one million (exclusive), and you should return the English version of it. No need to use and, but the output is case sensitive.

Input:

numberToText(101081);

Output:

"One Hundred One Thousand Eighty One"

Time Limit:

1000 (ms)

Hint (hover to see):

  • Hint #1



Results

ProblemsAcceptedWrongTimed OutError
220000

Input:

Expected Output:

Output: