Multiple Choice
What conditional operator can be used when you want some action to occur even if only one of two given conditions is true?
A) AND
B) OR
C) XOR
D) NOT
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: In C#, what operator is used as
Q7: What character(s) serve as the NOT operator
Q8: What keyword can you use to specify
Q9: When creating a flowchart or pseudocode representation
Q10: When if-else statements are nested, each else
Q12: What sort of evaluation involves the evaluation
Q13: What is the difference between the conditional
Q14: What type of statement can be used
Q15: What character(s) are used to form the
Q16: What is the syntax of the conditional