The best explanation of the role of iteration in a program is:
It is a repetitive function.
Iteration is used in programming to repeat a set of instructions or a function multiple times until a certain condition is met.
Which of the following best explains the role of iteration in a program?(1 point)
Responses
It is a repetitive function.
It is a repetitive function.
It is a decision-making function.
It is a decision-making function.
It is the set of instructions the computer follows.
It is the set of instructions the computer follows.
It is the order of the commands to the computer.
It is the order of the commands to the computer.
Remaining Attempts : 3
1 answer
The best explanation of the role of iteration in a program is:
It is a repetitive function.
Iteration is used in programming to repeat a set of instructions or a function multiple times until a certain condition is met.