Assume the following declaration and initialization of variables:
int i, j;
double d;
i ¼ 1;
j ¼ 5;
d ¼ 2.34;
Determine the value for each of the following expressions, or explain why it is
not a valid expression:
*A. i / j;
B. j + d;
C. Math.pow(j);
D. i-j*d
E. i + d * (j * 3 – 2) / 4
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here