Answer to Question 11A-1

  int i;
  for(i = 1; i <= n; i++)
  {
    STEP;
  }