Write the program numbers into words.For example
2345==two thousand three hundred fourty five
Answer Posted / sudarshan
word is:=one
word is:=two
word is:=three
word is:=four
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How many bytes is a string?
What is the internal implementation of set in java?
Can we have try without catch block?
What is the difference between post and put?
How do you differentiate abstract class from interface?
Is linkedlist thread safe in java?
What invokes a thread's run() method in java programming?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Which arithmetic operations can result in the throwing of an arithmeticexception?
How you can force the garbage collection?
Can sleep() method causes another thread to sleep?
How do you join strings in java?
Why are functions called methods in java?
How to display names of all components in a Container?