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

What is the ending value of z?

Math.pow(u, v) returns u raised to the power v.

double x = 0;
double y = 3;
double z = Math.pow(x + 2, y);