What is The use of …
 
Notifications
Clear all

What is The use of loops in block coding?

1 Posts
2 Users
0 Likes
131 Views
0
Topic starter

What is The use of loops in block coding?

1 Answer
0

A “For” Loop is used to repeat a specific block of code a known number of times. For example, if we want to check the grade of every student in the class, we loop from 1 to that number. When the number of times is not known before hand, we use a “While” loop.

Share: