Perulangan FOR angka 1 - 20 (Increment)

Run Settings
LanguageJava
Language Version
Run Command
class PerulanganFOR { public static void main(String[] args) { for(int i=1; i<=20; i++){ System.out.println("Perulangan ke-"+i); } } }
Editor Settings
Theme
Key bindings
Full width
Lines