Express a Number in English Words
Convert a non-negative integer to its representation in English words.
We'll cover the following...
Statement
Given a non-negative integer value, express it in English words.
Constraints
The maximum integer value to convert is billion.
The function should return -1 if the input number is negative or greater than ...