int x = 5; if (x = 5) System.out.println("Five"); else System.out.println("Not Five");
,
Five
Runtime Error
Not Five
Compile Error