Gracenote interview question

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

Interview Answer

Anonymous

Jan 1, 2019

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