Multiple Choice
When the ____ operator is used with two expressions, the condition is true only if both expressions are true by themselves.
A) ||
B) &&
C) !
D) %%
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: One aspect of _ programming is to
Q22: What will the following program print on
Q23: The compiler will, by default, associate an
Q24: The _ operator is used to change
Q25: Which of the following operators has right
Q27: What will the following program print on
Q28: Relational expressions are also known as _.<br>A)conditions<br>B)boolean
Q29: In a switch statement, the word _
Q30: In a switch statement, if the break
Q31: Generally, the most useful nested if statement