Multiple Choice
To apply the sort procedure to an array called intAges,use the syntax ____.
A) Sort(intAges)
B) Sort.Array(.intAges)
C) ArraySort(intAges)
D) Array.Sort(intAges)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q71: The ShowDialog procedure of a Form object
Q72: To access the 9th element in an
Q73: An array variable can store more than
Q74: The elements in a string type array
Q75: An array can be passed as an
Q77: Each _ in an array contains a
Q78: When using a For Each loop to
Q79: The _ method of a StreamReader object
Q80: The _ object is used to read
Q81: Every application begins executing a project by