Math, asked by unknown774462, 9 hours ago

please solve the every question​

Attachments:

Answers

Answered by ridhimag47
2

Answer:

The kinds of control flow statements supported by different languages vary, but can be categorized by their effect:

Continuation at a different statement (unconditional branch or jump)

Executing a set of statements only if some condition is met (choice - i.e., conditional branch)

Executing a set of statements zero or more times, until some condition is met (i.e., loop - the same as conditional branch)

Executing a set of distant statements, after which the flow of control usually returns (subroutines, coroutines, and continuations)

Stopping the program, preventing a

Similar questions