Get the answers you need from a community of experts on IDNLearn.com. Join our community to access reliable and comprehensive responses to your questions from experienced professionals.

What's the difference between repetition and selection control structure.​

Sagot :

Answer:

Selection statements test conditions and selectively execute code depending on the outcome of the test condition, whereas repetition statements repeat a set of statements till a test condition is satisfied.

Answer:

repetition control structure is the grouping of codes which are designed to repeat a set of of related statements whereas selection control structure performs different computations based on the result that is obtained after checking conditions