Question d’entretien chez Gracenote

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

Réponse à la question d'entretien

Utilisateur anonyme

1 janv. 2019

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