الرجوع
تسجيل الدخول

Given:

double x = 5.6;
int y = (int)x;
System.out.println(y);

What is the output?