Multiple Choice
If a, b, and c are int variables with a = 5, b = 7, c = 12, then the statement int z = (a * b - c) / a; will result in z equal to
A) 0
B) 4
C) 5
D) -5
E) 23
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: How many ways are there to test
Q29: A variable of type boolean will store
Q36: Java is a strongly typed language. What
Q37: If x is the String "Hi There",
Q38: An employer has decided to award a
Q39: For the following questions, refer to the
Q42: As presented in the Software Failure, the
Q43: Using getCurrencyInstance( ) formats a variable, automatically
Q45: What will be the result of the
Q46: Use the following class definition to answer