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



| 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. |