الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 59/109
Given:
double
x
=
5.6
;
int
y
=
(
int
)x; System.out.println(y);
What is the output?
Error
6
5.6
5
Previous
Next