What is the result of compiling and running the following code?int x = 5;System.out.println(x++ + ++x);