๐ง ๆฝๅทฅไธญ
Last updated 2 years ago
Was this helpful?
โฉ โฉ loop
a statement that allows a block of code to be executed repeatedly.
Sundell โฉ
Sarun โฉ
for...in
while ๐ง
repeat...while ๐ง
loop is a control flow statement.
GRAMMAR OF A LOOP STATEMENT
loop-statement โ
โฉ