June 1, 2014 Matthew Maennche Java, Learn To Code 21021, Java LANGUAGE: JAVA CHALLENGE: Write a statement that terminates the current loop when the value of the int variables x. and y.are equal SOLUTION: if (x == y) break; // exit loop