Conditional Example 1

Run Settings
LanguageJava
Language Version
Run Command
class Main { public static void main(String[] args) { int x = 99; int y = 10; if(x > y){ System.out.println("x is greater than y!"); } } }
Editor Settings
Theme
Key bindings
Full width
Lines