Question: I need help in C# Programming assignment. Create an application that displays quotes on a particular topic. The topic is your choice. The quotes will

 I need help in C# Programming assignment. Create an application that

I need help in C# Programming assignment.

Create an application that displays quotes on a particular topic. The topic is your choice. The quotes will be stored in an array of 30 elements. At the top of the application (see following screenshot), there will be a search textbox and search button. If the search button is clicked with a search text, then only the quotes in the array that have the search string in them will be displayed in the large multiline scrollable textbox (see screenshot). Use a for loop for this search feature. If the display button is clicked, then all the quotes in the array will be displayed sequentially beginning with the first element of the array. Use a foreach loop for the display feature. National Mottos Albania: You, Albania, give me honor, give me the name Algeria: By the people and for the people. Andorra: Strength united is stronger. Anguilla: Strength and Endurance. Antigua and Barbuda: Each endeavouring, all achieving. Argentina: In Union and Liberty Aruba: Always progressing. Azerbaijan: The Land of Fire. Azores: Rather die as free men than be enslaved in peace. Bolivia: Unity is Strength. Brazil: Order and progress. Barbados: Pride and Industry. Bulgaria: Unity Makes Strength. Burundi: Unity, Work, Progress. Canada: From sea to sea. Display Sort Shuttle If the sort button is clicked, then the array is sorted in alphabetical order and then displayed. Use selection sort to sort the array. If the shuffle button is clicked, then the elements of the array will be shuffled fully in a random order. The loops in your shuffle code should only be while loops. Your program should be well-documented and use meaningful identifiers. Submit your zipped project folder. Also submit a Word document which give annotated screenshots of all the programs main features. In addition, show the code for your sort and the code of your shuffle. The code for each should be commented in detail so that how each works is explained in detail

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 Databases Questions!