package loopAndFlow; public class ForLoopExample { public static void main(String[] args) { // Example of a For Loop for (int i = 0; i int i=0 // Condition => i i++ // There can be multiple statements in Initialization // or Operation seperated by commas for (int i = 0, j = 0; i