For Loops A for loop is used to repeat a section of programming code more than once. It is an unconditional loop, that is, it can not be stopped by the user. Below we can see how this is written in pseudocode