This document describes how to create a loop by block coding.



▶For

1) For Statement Blockset

Untitled

2) Condition Blockset

Untitled

그림1.png

No. Detail
1 Create Array Data by declaring the variables Array1 and Array2.
2 Declare a HashMap type variable result.
3 Set the initial value (i=0) of the For statement.
4 Set the condition of the For statement.

▶Foreach