Question
C#: Create an array/list of 20 sports teams do not put them in alphabetical order in the array/list. Create interactive code that lets the user
C#:
Create an array/list of 20 sports teams
do not put them in alphabetical order in the array/list.
Create interactive code that lets the user choose which action they would like to run:
Create code that will alphabetize the array/list (A-Z). Make all 20 items show in alphabetical order
Create code that will alphabetized the array/list backwards (Z-A). make them alphabetical and then display backwards from z-a.
Create code that will randomly choose a name from the array/list, delete it from the array/list, then pick another one, delete it, etc, until there is nothing left in the array. Have the code randomly select 1 of the 20 items to delete and the process must repeat until no items are left. this option must use a loop in order to keep deleting items until none are left.
Ask user which one of the three operations they want.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started