Repetition of statements in a program is known as
1 point
Selection
Sequence
Iteration
Condition
Answers
Answered by
4
Answer:
Explanation:
A repetition statement (also called a looping statement or a loop) allows you to specify that a program should repeat an action while some condition remains true. ... When the while statement begins execution, the value of product is 3.
What is a repetition statement?
A repetition statement is used to repeat a group (block) of programming instructions. Most beginning programmers have a harder time using repetition statements than they have at using selection statements.
Similar questions