Write the syntax for the following loop structures
1. FOR NEXT
2. WHILE WEND.
3. DO UNTIL.
4. DO WHILE.
Answers
Answered by
0
Explanation:
C Loops: For, While, Do While, Looping Statements with Example
What are Loops?
A Loop executes the sequence of statements many times until the stated condition becomes false. A loop consists of two parts, a body of a loop and a control
Similar questions