Describe the use of control statements.
Answers
Answered by
31
A control statement is a statementthat determines whether otherstatements will be executed. An ifstatement decides whether to execute another statement, or decides which of two statements to execute. ... for loops are (typically) used to execute the controlled statement a given number of times.
Answered by
8
Explanation:
control statement is used to change the flow execution of the statement in a program , by repeating and skipping a few statements , subject to a given condition . they also help in decision making....
Similar questions