Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions

Question

Discuss the elements of socialization.

Answered: 1 week ago

Question

Knowledge of process documentation (process flow charting)

Answered: 1 week ago

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago