asked 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

asked
User Jackzz
by
8.7k points

2 Answers

7 votes
A loop means it happens again and again with no change
answered
User Octopi
by
8.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

answered
User David Ganster
by
8.0k points