Multiple Choice
Which of the following is True regarding the mod operator, %?
A) It can only be performed on int values and its result is a double
B) It can only be performed on int values and its result is an int
C) It can only be performed on float or double values and its result is an int
D) It can only be performed on float or double values and its result is a double
E) It can be performed on any numeric values, and the result always is numeric
Correct Answer:

Verified
Correct Answer:
Verified
Q34: Assume that a = "1", b =
Q49: Which library package would you import to
Q65: An applet is 200x200. Write the Strings
Q66: Of the following types, which one cannot
Q67: Consider the following paint method and answer
Q70: Assume that x is a double that
Q72: If you want to store into the
Q73: The Java graphics coordinate system is similar
Q74: Since you cannot take the square root
Q77: What is output with the statement System.out.println(x+y);