What is the control statement and write different types of control statement ??
Answers
Answered by
5
❤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.
✔
Answered by
3
Hello
The main types of control statements are FOR, WHILE, IF and CASE. The FOR statement is used to execute one or more statements repeatedly, while incrementing or decrementing a variable with each repetition, until a condition is met
Thanks
Plz mark me as brain liest
Similar questions