Computer Science, asked by deeparsh58889, 5 months ago

what do you mean by control statements ?

Answers

Answered by Anonymous
1

A control statement is a statement that determines whether other statements will be executed. An if statement decides whether to execute another statement, or decides which of two statements to execute. A loop decides how many times to execute another statement.

Similar questions