الرجوع
تسجيل الدخول

What is the output of the following code?

int x = 2;
x += 3;
x *= 2;
System.out.println(x);