Solved

To Design a General-Purpose Sort Method, SortList, to Sort a List

Question 47

Multiple Choice

To design a general-purpose sort method, sortList, to sort a list, which of the following must be parameters of the method sortList.
(i) The array containing the list
(ii) The length of the list
(iii) A boolean variable indicating whether the sort was successful


A) (i)
B) (ii)
C) (i) and (ii)
D) (i) , (ii) , and (iii)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions