Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to get words from number using C#
Seshadri M
7y
238
1
Reply
/* how to get 12345 as twelve thousand three hundred and fourty five*/
public static void main()
{
int i = 12345
Arraylist[] ones =new Arraylist[];
ones[0] = "zero" ;
ones[1] = "one";
ones[2] ="two";
....
/* declaring ones, tens, hundreds, thousand*?
Any shortcut methods available for this.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Round robin code for c# .NET
PLEASE check It on code // I Can't Understand This Code //