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

What is the value of x?

int y = 9;
int z = 3;
double x;
x = (y / (z + 1.0));