my compiler won't compile this for loop
for (int cell : locationCells)
it says that the colon should be a semicolon... i am using a book to do this program and that is what it calls for and i know there are for loops as such
for (int i = 0; i < 10; i++)
i can't figure out what the problem it ��??