Introduction Loops, commonly known as iteration statements, are a type of control flow statement in a programming language. There are three types of control flow statements: sequential, conditional, and loop.  The sequential instruction instructs the program to go from one ...