Multiple Choice
What will be the result of the following assignment statement, given that b = 5 and c = 10? int a = b * (-c + 2) /2;
A) 30
B) -30
C) 20
D) -20
E) -6
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following is true regarding
Q2: Assume that x and y are ints
Q3: As explained in the Software Failure section
Q4: What are the syntax errors from the
Q5: If you want to output a double
Q7: Unlike the String class where you must
Q8: Write a program which will input an
Q9: Java is a strongly typed language. What
Q10: Given three int variables with the values
Q11: How many ways are there to test