I'm making a program that plays Boggle. It has a problem, however. When it checks the input to see if it is a valid word, it generates an IndexOutOfBoundsException. Here's my code, what's the deal?
...