Practice Test Geeks home

1Z0-811 Java Language Fundamentals 2

What is the result of compiling and running the following code?
int x = 5;

System.out.println(x++ + ++x);

Select your answer