Computer Science, asked by pihu879, 11 months ago

what is branching and looping​

Attachments:

Answers

Answered by Kinggovind021
2

Answer:

Branching statements give us code which is optionally executable, depending on the outcome of certain tests or you can say certain cases which we can define.

looping statements are used to repetition of a section of code a number of times or until a condition has been fulfilled.

Hope this will helps you...

Similar questions