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.