Re: Java word unscrambler
Quote:
outputs no answer!
Try debugging the code by adding some println methods that print out the values of the variables used to control the logic and execution flow so you can see what the computer sees when it executes the code. The printout should show you where the logic is going wrong.
The posted code does not compile because of missing class definitions.
Re: Java word unscrambler
The posted code compiles for me fine in eclipse!
Re: Java word unscrambler
Then you will be able to:
Try debugging the code by adding some println methods that print out the values of the variables used to control the logic and execution flow so you can see what the computer sees when it executes the code. The printout should show you where the logic is going wrong.