الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 30/67
The statement amount = amount + 5 is functionally equivalent to the following expression:
amount = -5;
amount = ++amount;
amount = amount++;
amount += 5;
Previous
Next