Computer Science, asked by Aqsasaeed800, 4 months ago

the structure which can execute zero or more time is called​

Answers

Answered by rafiaibrahim903
0

Answer:

The structure which can execute zero or more time is called​ Repetitive control structures.

Explanation:

Iterative structures, also known as repetitive control structures, are collections of code that are meant to repeat a set of linked statements. This repetition (or iteration) can occur zero or more times before stopping due to a control value or condition. The repetition statement is used to repeat a set of programming instructions (a block).

#SPJ3

Similar questions