When you are sorting in descending order, use the greater than operator (>) in the comparison to swap adjacent elements if the first element is greater than the second.
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
What is the value of ("12/15/17").Substring(3,2)?
(A) /15 (B) 15 (C) /15/ (D) 12/15/17
Computer Science & Information Technology
A can be used in a repetition structure to control the number of times a set of statements will execute.
a) declaration b) counter c) controller d) None of the above.
Computer Science & Information Technology