Computer Science, asked by sonamrehan3442, 1 year ago

If multiple conditions are used in a single if statement then the testing of those conditions are done

Answers

Answered by mn121
9

testing of those multiple conditions are done if the single 'if condition' ( in which multiple if statements are contained  ) is true...

Answered by omegads04
0

Yes the statement is true, if multiple conditions are used in a single if statement, then is the testing of those conditions are done. But, the statement is based on some operator like AND operator whose symbol is && and OR operator whose symbol is ll. In AND operator, if there is one false condition, output is false where as in OR operator, If there is one true condition, output is true.

Similar questions