Gracenote interview question

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

Interview Answer

Anonymous

1 Jan 2019

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