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
Difference between nested and inner classes ?
what is optional in java 8?
What are alternatives to java serialization?
What are the parts of methodology?
What are the main concepts of oops in java?
Give me example of derived data types.
Explain exception chaining in java?
What is ternary operator?
How does java enable high performance?
What is appletviewer?
Compare Mutex and Semaphore in java.
How to avoid memory leak in java?
What is lazy programming?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
How many types of variables are there?