Question
Do This is visual studio as a vb.net Task: Create a project that will allow a user to look up state and territory names and
Do This is visual studio as a vb.net
Task: Create a project that will allow a user to look up state and territory names and their two-letter abbreviations. The user will have the options to Lookup the Abbreviation or Look up the State Name. In the event that a match cannot be found for the input, display an appropriate error message. You must use a file to store the state names and abbreviations. You will need two projects: The first will all the user to enter the state name and abbreviation in text boxes and store them in a file. The second project will perform the lookup functions based on the text file created in the first project.
Program must be well documented and controls well named according to standards.
You MUST use StreamReaders and StreamWriters for the assignment.
Be sure to include comments at the top of each procedure and at the top of the file. Comments must be included at the top of your form and in each section of code to receive full credit.
Be sure to use meaningful names for all controls.
Be sure to follow programming conventions for all variable and form control fields.
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