I need this to try every ables[z] and the move on to another check. How can i check if its finished without finding the right word in the ables against the other array. Or if its finished and has found the word.
for(int i = 0; i < array1.length; i++)
{
for(int z = 0; z < ables.length; z++)
{
if(array1[i][0].equals(ables[z].getWord()))
{