Complete the code to output 7
int x = 10; _______ System.out.println(x);
x -= 3;
x - 3;
x *= 2;
x += 3;