Computer Science, asked by djbb, 6 months ago


c. Write true or false
1. Loops are formed in a program to check conditions
2. The counter variable is used in a for loop.
3.The WHILE..WEND loop is functionally equivalent to the for loop
4. Nesting of loops means placing one loop inside another
5. The counter variable increases or decreases by the specified start value​

Answers

Answered by ritikasingh9940
5

Answer:

True

False

False

True

True

Explanation:

Similar questions