Pregunta de entrevista de Gracenote

Round 1: Given a program iterating over an integer array with one mistake. Fix the issue.

Respuesta de la entrevista

Anónimo

1 ene 2019

the loop was starting on i = 1 instead of 0.