An array is declared and used in a segment of a C program sh
     An array is declared and used in a segment of a C++ program shown below. Fill in the boxes below to show the array contents after each statement executes. The input file contains: 24 53 12 73 91 22 74 101 3 -90 68 72 45 204 50 33  int array [16] = {0};  for(int I = 0; I > array[i];  Suppose that the next statement in the C++ code of 1.a. is  cout  
  
  Solution
2.a F a l l F e s t i v a l
 2.b statement is valid output is \"Fall Festival\"
 1.b statement is invalid
 Use a for loop to print each element \"array[i]\"

