Briefly describe the Reverse() method.

What will be an ideal response?


The Reverse() method reverses the order of items in an array. In other words, for any array, the element that starts in position 0 is relocated to position Length - 1, the element that starts in position 1 is relocated to position Length - 2, and so on until the element that starts in position Length - 1 is relocated to position 0. You call the Reverse() method the same way you call the Sort() method-you simply pass the array name to the method.

Computer Science & Information Technology

You might also like to view...

The delete operator should only be used on pointers that

A) have not yet been used. B) have been correctly initialized. C) point to storage allocated by the new operator. D) are appropriately dereferenced. E) None of the above

Computer Science & Information Technology

TLS is an acronym for which of the following?

A) Transport Layer Security B) Tunnel Layer Solution C) Tunnel Layer Security D) Transport Layer Solution

Computer Science & Information Technology

Which command installs the samba package? Which installs the Web Server package group?

What will be an ideal response?

Computer Science & Information Technology

The Vista feature that enables you to store all your data in an encrypted format on your hard drive is called _______

Fill in the blank(s) with correct word

Computer Science & Information Technology