Question
C# two class application that has as a data member an array that can store state area codes. Class should have member method that lets
C# two class application that has as a data member an array that can store state area codes. Class should have member method that lets users enter an area code to see if its in the state exchange. member method should use one of the predifined methods of Array class and return true if the argument to the method is one of the state codes. Override the ToString() method to return the full list of areacodes with each surrounded by parentheses. To test class, store a list of state codes in a one-dimensional array. Send that array as an argumant to the class constructor. Test instance methods. The application should work with both an ordered and unordered list of area codes.
HELP!! Anyone ever had to write one like this? I have no clue where to start.
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