Perulangan While Angka 20 - 1 (Decrement)

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