الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 42/109
What is the value of x?
int
y
=
9
;
int
z
=
3
;
double
x; x = (y / (z +
1.0
));
2
2.25
Error: The operands are different types and cannot be divided
3
Previous
Next