You have an extra "=" in the for loop. Should be "!=" not "!=="


Here is the Java Docs for Operators: http://docs.oracle.com/javase/tutorial/java/nutsandbolts/operators.html