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