137k views
4 votes
What is the name of a coding sequence that is executed multiple times in a program?

a break
a pass
a loop
a suite

User Jackzz
by
4.8k points

2 Answers

7 votes
A loop means it happens again and again with no change
User Octopi
by
4.4k points
0 votes

Answer:

a loop

Step-by-step explanation:

a loop basically means something is stuck doing the exact same thing multiple times, so it means the same for programing

User David Ganster
by
4.1k points