To sort a one-dimensional array in descending order, you first sort the values in ascending order, and then use the ____ method to reverse the array elements.
A. Array.Reverse
B. Array.Change
C. Array.Descending
D. Array.Flip
Answer: A
Computer Science & Information Technology
You might also like to view...
To combine cells into a single cell, you click Merge Cells located in the:
A) Merge group on the TABLE TOOLS LAYOUT tab. B) Combine group on the TABLE TOOLS DESIGN tab. C) Merge group on the TABLE TOOLS DESIGN tab. D) Combine group on the TABLE TOOLS LAYOUT tab.
Computer Science & Information Technology
The process of hiding text displayed in a TextBox is called ________; the characters used to hide the text are called ________.
a) masking, masking characters b) masking, asterisks c) password protecting, asterisks d) password protecting, masking characters e) masking, PasswordChars
Computer Science & Information Technology