Java
Python
ICSE Java
Java Quizzes
My Account
Result
Search for:
Search
java ctrlq31
Home
java ctrlq31
Question
1
Which of the following means that in order for the conditional to happen, either x must be less than 3 or y must be greater than or equal to 4?
If (x < 3 y >= 4)
If ((x < 3) || (y > = 4))
If ((x < 3) && (y > 4))
If ((x > 3) || (y < = 4))
error:
Content is protected !!
Java
Python
ICSE Java
Java Quizzes
My Account
Result