-1

Logic of progress code -:

Can any one tell me the logic of following code in progress?

Input (from user) - 123456

Output - One Lac Twenty three thousand four hundred fifty six.

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33
Riyaz
  • 9
  • 2
  • That does not look like code. – Tom Bascom Jan 19 '16 at 10:32
  • i want the logic behind the code like: if user enters any number say 123456 , the output comes in words like One lac Twenty Three Thousand Four hundred Fifty six or user enter number say 234 , the output comes in words like Two hundred Thirty Four – Riyaz Jan 19 '16 at 11:21
  • I want to write the code in progress for this data. – Riyaz Jan 19 '16 at 11:25

1 Answers1

1

You might find this old PEG post helpful:

http://www.peg.com/forums/peg/200205/msg02479.html

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33