you may be literally new to Java, but you are also literally ignoring help that's been given in the other thread about this application.
have you changed anything yet? implemented the arrays as suggested?
don't start a new thread, continue in the other one with the hints you were given, or pretty soon you'll find not many members will be as willing to help any more.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
if you try to print an object (an array is always an object) you'll only print a reference to that object, in the form of [I@3e25a5, so you may think that it is an error, but it isn't.
first thing you do, you read your number.
after which, you find in arrNumbers the index of that number
then, you print the word that can be found on the same index in arrWords.
do you know how to use the index of an array?
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
Please search forum this was already discussed multiple times (last time no longer then few weeks). Secondly use of if/else for every check is mad house use array
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
@Ms New to Java
1)Multiposting not welcome!
2) Use code tags when posting any code such as [code]YOUR CODE HERE[/code]
3) Thread closed. For further discussion follow this thread
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902