Fill in the blanks:
1. The
clause in FOR.....NEXT is optional.
2. The DO.....LOOP UNTIL executes the loop at least
3. The
variable keeps track of the number of times a process is executed
4. The
statement starts a loop.
5. The set of statements between WHILE and WEND is called the
body.
6. In a DO LOOP statement, a
is repeated while or until a condition is true
Answers
Answered by
5
Answer:
Break and Continue statement
- "break" statement inside loops to terminate a loop and exit it (with a specific condition). In above example loop execution continues until either num>=20 or entered score is negative. Continue statement can be used in loops.
Answered by
1
xhdhjreiebdjxixbrjridjcbcbwn
Similar questions