Preview:
package org.example;
public class Main {
    public static void main(String[] args) {

        for (int i = 0; i < 5; i++) {

            if (i == 3) {
                System.out.println("The value of i is " +i );
            }

        }
    }
}
// Output: The value of i is 3
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter