Multiple Choice
Which of the following is not an arithmetic operation in Java?
A) +
B) -
C) *
D) %
E) These are all arithmetic operations in Java
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: The print and the println methods are
Q22: Consider the expression: result = 15 %
Q23: Promotion is a widening data conversion that
Q24: Variables declared with the final modifier cannot
Q25: Write an application that prints out the
Q27: Consider the following snippet of code: System.out.println("30
Q28: Java is a strongly-typed language.
Q29: The byte type can be assigned a
Q30: In order to make a variable a
Q31: Write a single line of Java code