Question: Which method can be used to sort the array names in ascending ( a - Z ) order? string [ ] names = {

Which method can be used to sort the array names in ascending (a-Z) order?
string[] names ={"John","john","Mary","Sarah","Anne","Tebogo","William","Tumelo","Abe" };
Select one:
a.
None of the options given is correct.
b.
Array.Sort(names);
c.
Array.Reverse(names);
d.
Array.Order(names);
e.
Array.Order.Desc(names);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!