You are on page 1of 8

Repetitive Structures

(DO - ??)
1) The DO loop with a counter:

- counter is an INTEGER variable,


- initial, limit and step are INTEGER expressions;
- however, step cannot be zero.
- If step is omitted, its default value is 1.
- Statements sequences are executable
statements of the DO.
2) General DO loops
Ejercicios:
(1):

(2):
TAREA:

You might also like