Different types of loops

There are different types of loops available:

One of the kinds of a loop is a for loop. For loop specifies a set number of times the code inside of this loo needs to be executed.

While loop is the type of a loop when it is unknown of how many times steps inside of the loop will be executed. Check for the loop condition can be in the beginning or at the end of the loop.

YouTube video



Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator