A. Given a large array named intAgeArray, use a loop to set the value of each element in the array to the value of the subscript (index) of the element. For example, if the first element is set to the value 0, the second element would be set to the value 1, and so on.
B. Write a Visual Basic statement to sort the elements in the inAgeArray.