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