Iteration/Loop: Iteration means executing the same code block over and over, potentially many times. Now, a programming structure that implements iteration is called a loop. There are two types of iteration: Definite iteration, in which the number of...