Question Description
I need help with a Programming question. All explanations and answers will be used to help me learn.
Build a text file of string values. They may be people’s names, cities, zip codes, and so forth. Include at least 20 items in the list.
Code must meet requirements for I/O specified in Lecture 2
Design, implement, test, and debug a C# program to read the text file into an array and sort it. The GUI should have a text field into which the user can enter a search term. The program will perform a binary search to determine if the term is found in the array that was read from the file. The program will let the user know whether or not the search term was found and how many comparisons were made during the search.
Submit a zip file with all the project files and the text file used to me.Must be done using Visual Studio 2010 Please
