Computer Science, asked by sarojanidevi1495, 2 months ago

1. Which operators are used to form compound condition ​

Answers

Answered by vikaschadar1985
2

I hope answer is useful

Explanation:

gejekevsja

Attachments:
Answered by s1269shikha74
3

Answer:

Compound Conditional Expressions in C++

Operator Meaning

&& AND; true if the left- and right-hand expressions are true; otherwise false

|| OR; true if either the left- or right-hand expressions is true; otherwise false

! NOT; true if the expression on the right is false; otherwise false

Similar questions