0
Given number 'n' ,write a program to print number in words.(n can be any digit number)
ex:- let n=123 then result should be one hundred twenty three
4 Answers
0
@john wells
sir
what is answer for this question
0
I could, but you need to learn how to do it yourself. It isn't that hard and, if you fail to get it to compile or run, post it here. I or someone else we explain how to fix it. Hint: h=n%100; gives 1 for your example number above.
0
@john wells
thank you sir
- 1
Sounds like one of my first programming assignments, we had to output a check. Easy, took about 10 minutes to do.