Number names: Difference between revisions

Added a description as per User talk:NevilleDNZ#Number Names??.
(Added a description as per User talk:NevilleDNZ#Number Names??.)
Line 1:
{{task|Arithmetic operations}}
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.
 
=={{header|Ada}}==
<lang ada>with Ada.Text_IO; use Ada.Text_IO;
845

edits