Answer:
using functions or loops
Step-by-step explanation:
Functions allow you to repeat code execution simply by calling the function containing the code that needs to be repeated multiple times.
Loops also allow you to execute the same code repeatedly.