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

What is y after executing the statements?

int x = 4;
int y = x + 1; 
x = 3; 
y = y * 2;