Computer Science, asked by diamondhack30, 4 months ago

The Control Statements are classified into branching, looping and

Answers

Answered by Niloy7815
3

Answer:

The Control Statements are classified into branching, looping, and sequential.

I hope it will help you.

Plz mark me as the brainliest.

Answered by nidaeamann
2

Explanation:

The Control Statements are classified into branching, looping and condition statements.

In computer programming, a complete conditional sentence contain two major portions, one a conditional clause which is normally used with If statements. The other portion is the consequence phrase that a certain event would occur if first condition is found true.

Now when using if else statements, normally if contains the conditional part and then there is an else statement which does not contain any condition but it means that it is the opposite of if statement

Similar questions