Fill in the blanks :
1 To check more than one condition, _ is used
2. _ is executed till the test condition is false.
3. _ returns true if any one of the multiple checks evaluates true
4. is used to increment / decrement the counter in For Next loop
Answers
Answered by
4
Explanation:
1. AND or OR operatore
2.loop
3.0R
Answered by
2
Answer:
1 ++& --
2 loop
3 OR operator
4 if ...... else
Explanation:
this is the correct answer
⭐
Similar questions