Which control statement is used when we have multiple conditions
Answers
Answered by
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