Computer Science, asked by abhijitmukherjee113, 6 months ago

Define the syntactical structure of any two control statement​

Answers

Answered by kalyanink87gmailcom
1

Answer:

Sequential: default mode. ...

Selection: used for decisions, branching -- choosing between 2 or more alternative paths. ...

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row

Similar questions