Multiple Choice
Which of the following statements sorts an array named intValues?
A) Sort.Array(intValues)
B) Sort(intValues)
C) Sort.Array(intValues() )
D) Array.Sort(intValues)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Values in an array are stored and
Q3: Which of the following code segments is
Q4: Which of the following code segments displays
Q5: Which statement is the best solution for
Q6: Which of the following could be used
Q7: Parallel arrays have all of the following
Q8: Which of the following statements defines a
Q9: Which of the following is the correct
Q10: Which of the following declares an array
Q11: Which of the following allows an application