Answer to Question 09F-1

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