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

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

 x *= 2;

System.out.println(x);