Convert an integer to an array of digits
The immediate problem is due to you using <= temp.length() instead of < temp.length(). However, you can achieve this a lot more simply. Even if you use the string approach, you can use: You need to make the same change to use < newGuess.length() when printing out the content too – otherwise for an array of length 4 (which has … Read more