1. What are Control statements?
Answers
Answered by
0
Answer:
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.
pls pls pls vote me and mark as Brainliest
Answered by
0
Answer:
Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be executed. They make it possible to make decisions, to perform tasks repeatedly or to jump from one section of code to another.
Similar questions