Operators - Study Mode
[#1] What is the result of the expression 5 + 3 * 2 in Java?
Correct Answer
(A) 11
[#2] Which operator is used for division in Java?
Correct Answer
(A) /
[#3] What is the value of the expression 7 % 3 in Java?
Correct Answer
(A) 1
[#4] Which of the following is a unary operator in Java?
Correct Answer
(B) -
[#5] What is the result of the expression 10 / 3 in Java?
Correct Answer
(B) 3