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:

  1. http://codesam.blogspot.in/2011/02/converting-integers-less-than-100-to.html

    ReplyDelete