What is the name for a programming structure that repeats a sequence of instructions? A. A condition
B. A variable
C. A loop
D. A function call
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is C. A loop.
A loop is a programming structure that allows you to repeat a sequence of instructions multiple times until a certain condition is met. This is useful for tasks that require repetitive actions, like iterating through items in a list or executing code until a specific criterion is fulfilled.