Write a program named SortWords that includes a method that accepts any number of words and sorts them in alphabetical order. Demonstrate that the program works correctly when the method is called with one, two, five, and ten words.

Modification and clarifications:

Allow entering up to 7 words, one by one. After each such entry is made, display the words sorted in the reversed alphabetical order.

Suggestions on possible approaches: This task could be solved in many ways involving different sorting algorithms. Alternatively, you may find a suitable control having the desirable capabilities. Some controls have configurable properties that should be properly set to activate particular features.

Also, using the existing array methods can save you much time (start at https://docs.microsoft.com/en- us/dotnet/api/system.array?view=netframework-4.8 for references).

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.