Iteration in programmingTest questions

When designing programs, there may be some instructions that need repeating. This is known as iteration, and is implemented in programming using FOR and WHILE statements.

Part ofComputer ScienceProgramming