When should we add loops to code?
When we have random, non-sequential steps
Looping is only necessary when the code uses directional arrows
When we have to repeat steps
Looping is only used to end code
C is correct
Looping only works for repeated steps in a sequential order. It can be used for all blocks or in any location of the code.