Code Zone
Saturday, March 3, 2012
Convert integers less than 100 to words
We're given an integer less than 100 and we have to output the words corresponding to the integer's value. For instance, if input is 90, then the output is "ninety" Moreover, if the input is -99, then the output is "incorrect input"
1 comment:
Sud
March 3, 2012 at 6:56 PM
http://codesam.blogspot.in/2011/02/converting-integers-less-than-100-to.html
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
http://codesam.blogspot.in/2011/02/converting-integers-less-than-100-to.html
ReplyDelete