YukioArie / number_in_word_form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write a program that expects an integer as input and outputs the integer in word form. For example:

0 = zero

1 = one

21 = twenty one

105 = one hundred and five

1317 = one thousand, three hundred and seventeen

About


Languages

Language:Ruby 100.0%