Answer to Question 21B-4

  int A[100];
  for(int i = 0; i < 100; i++)
  {
    A[i] = 0;
  }