113k views
0 votes
What's the difference between repetition and selection control structure.​

User Santanu C
by
4.5k points

2 Answers

2 votes

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

User Asmor
by
5.7k points
2 votes

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.

User Asinix
by
5.5k points