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