Number names: Difference between revisions

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