Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which programming command is used to make a vex iq robot repeat a set o…

Question

which programming command is used to make a vex iq robot repeat a set of instructions multiple times? stop wait loop if

Explanation:

Brief Explanations

In programming, a loop command is used to repeat a set of instructions multiple times. The "stop" command halts execution, "wait" pauses it for a set time, and "if" is for conditional execution.

Answer:

C. loop