package loopAndFlow; public class ContinueExamples { public static void main(String[] args) { // Continue statement skips rest of the statements in the loop // and starts next iteration for (int i = 0; i