Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# - Name Search -GirlNames.txt -BoyNamex.txt Create an application that reads the content of the two files into two separate arrays or Lists. The user
C# - Name Search -GirlNames.txt -BoyNamex.txt Create an application that reads the content of the two files into two separate arrays or Lists. The user should be able to enter a boys name, a girls name, or both, and the application should display messages indicating whether the names are in the name list. For full credit on this assignment, you will be required to include the position the name was found in the text file. So if the name was 3rd in the list you would state the name and the position, e.g. # 3 of 200. MAKE IT INTO A GUI
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