For Loops

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { for (int x = 1; x<= 10; x++){ System.out.println(x); } } }
Editor Settings
Theme
Key bindings
Full width
Lines