13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
;Task:
|
|
Show how to spell out a number in English.
|
|
|
|
You can use a preexisting implementation or roll your own, but you should support inputs up to at least one million (or the maximum value of your language's default bounded integer type, if that's less).
|
|
|
|
Support for inputs other than positive integers (like zero, negative integers, and floating-point numbers) is optional.
|
|
|
|
|
|
;Related task:
|
|
* [[Spelling of ordinal numbers]].
|
|
<br><br>
|
|
|