Computer Science, asked by rairanjit598, 4 months ago

C. State whether the following statements are True or False.
1. Looping technique reduces the number of instructions.
2. The same control variable can be used in different loops.
3. In Nested loop, the innermost loop will be executed first then the outer loop.
4. There can be maximum 9 loops within a loop.
5. WEND clause is used with FOR statement.
6. STEP value can never be negative.​

Answers

Answered by aryanbajpai30062006
1

Answer:

1) True

2) False

3) False

4) True

5) False

6) True

Explanation:

Similar questions