+ 4

Challenge: Convert numbers into to words.

Write a program that converts integers into words. For example: <input> 34804698474 <output> thirty-four billion, eight hundred four million, six hundred ninety-eight thousand, four hundred seventy-four <input> -7843 <output> minus seven thousand, eight hundred forty-three <input> 0 <output> zero * let's limit the highest absolute values of numbers to be converted are in the trillionth order. like: foo bar trillion, spam eggs millions, blah blah blah

18th Nov 2017, 1:47 AM
Bimal G
4 odpowiedzi
18th Nov 2017, 2:01 AM
Nithiwat
Nithiwat - avatar
+ 10
Thank you for the challenge. Here's : https://code.sololearn.com/cebe9WEHowQY/?ref=app
18th Nov 2017, 2:54 PM
LukArToDo
LukArToDo - avatar
19th Nov 2017, 7:39 PM
AZTECCO
AZTECCO - avatar
18th Nov 2017, 5:54 AM
Bimal G