Tester
public class Tester { public static void main(String[] args) { int i = -3 ; int result = i++; } }
What is the final value of
result
?