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 its result is always numeric.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q6: What will be the result of the
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