Answer to Question while-1

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