Computer Science, asked by iamrs9595, 4 months ago

which are the iternative control structures?​

Answers

Answered by Anonymous
2

A condition is any variable or expression that returns a Boolean value ( TRUE or FALSE ). The iteration structure executes a sequence of statements repeatedly as long as a condition holds true. The sequence structure simply executes a sequence of statements in the order in which they occur.

Answered by Braɪnlyємρєяσя
2

Explanation:

The iteration structure executes a sequence of statements repeatedly as long as a condition holds true. The sequence structure simply executes a sequence of statements in the order in which they occur.

Similar questions