for loop

A for loop is a control flow statement that allows repeated execution of a block of code, based on a defined condition and a specific set of values or range.

Requires login.