What is the function of a loop?
(1 point)
Odebug a program
convert from binary to decimal
input a variable
repeat a section of code
1 answer
The function of a loop is to repeat a section of code multiple times, allowing for the execution of the same set of instructions multiple times with different values or conditions.