Posts Tagged ‘C++’

C++ Program to Convert Digits to its Equivalent Words

November 6, 2010

↑ Vote This Article

Here is another tricky code, where we can Convert Digits to its Equivalent Words.

the program work till 5 digits of number

suppose the Input is: 12345

then the Output will be:  OneTwoThreeFourFive (more…)