Computer Science, asked by saidanayak1974, 3 months ago

Which control statement is used when we have multiple conditions​

Answers

Answered by Anonymous
0

Answer:

When using multiple conditions, we use the logical AND && and logical OR || operators. Note: Logical AND && returns true if both statements are true.

Explanation:

Similar questions