Computer Science, asked by ayushkumar7660, 4 months ago

8. True and False.
1. The while loop has three main components: Initialization, Condition, Loop body.
2. An infinite loop cannot terminate on its own.
3. Initialization in looping is used to assign an initial value to the loop control variable.
4. The value of the counter variable cannot be decremented to n number of steps.
5. There are three membership operators in Python.​

Answers

Answered by shivamvishwakarma58
4

Answer:1.false

2.false

3.true

4.false

5.true

Explanation:

Answered by hyd2436thanish
0

Answer:

false

false

true

false

true

Similar questions