HOW Exactly FOR Loop WORKS

Опубликовано: 09 Май 2025
на канале: H
81
6

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.

Like, Share and Subscribe for more awesome videos https://goo.gl/xW1qEQ
#shorts