Find the two bugs in this code snippet:


grades = 80:5:100;
for student = 1:6
  if (grades(student)) > 90
     disp('wow');
  end