Multiple Choice
What does >= mean?
A) less than
B) greater than
C) less than or equal to
D) greater than or equal to
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The conditional operator ?: takes _ arguments.<br>A)
Q15: In Java, || has a higher precedence
Q16: Suppose that you have the following code.
Q17: Which of the following will cause a
Q18: Which of the following will cause a
Q20: What is the value of the expression
Q21: The execution of a break statement in
Q22: Based on the code above, what is
Q23: Suppose x = 10 and y =
Q24: In Java, case and switch are reserved