Computer Science, asked by avni8188, 1 month ago

Which statement is used to check multiple conditions in a program.

If Else

If Then Else

If Else if Ladder​

Answers

Answered by Nancy984
7

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

Answered by noordhiman855704279
11

ANSWER

If then else

EXPLANATION

I hope this answer helps you and mark me as braiselent

Similar questions