Multiple Choice
Given three int variables with the values a = 5, b = 7, and c = 12, what is the value of z after the following statement is executed? int z = (a * b - c) / a;
A) 0
B) 4
C) 5
D) -5
E) 23
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: If you want to output a double
Q6: What will be the result of the
Q7: Unlike the String class where you must
Q8: Write a program which will input an
Q9: Java is a strongly typed language. What
Q11: How many ways are there to test
Q12: Write an assignment statement to compute the
Q13: Given four int values, x1, x2, y1,
Q14: The following statement will output _ lines
Q15: The Random class has a method, nextFloat()