الرجوع
تسجيل الدخول
What is the ending value of y if x is 50? y and x are ints.
if (x < 21)
    y = 100;
else
    y = x;