Respuesta :

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