Run ❯
Get your own Java server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
public class Main { public static void main(String[] args) { int a = 33; int b = 200; if (!(a > b)) { System.out.println("a is NOT greater than b"); } } }
a is NOT greater than b