16.2k views
1 vote
A repetition structure consists of a series of consecutive statements that are executed in the order in which they appear. T/F

1 Answer

5 votes

Answer: False

Step-by-step explanation:Repetition structure is defined as the control structure which is present for the repetition action of set/collection of statement .This code work for any given condition particularly until the the condition causes the halt in repetition.

The repetition can be zero or more number of times.It is also based on the loop structure.Therefore, the given statement is incorrect.

User Breadjesus
by
5.4k points