Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

u = 5 j , v = 6 i Find the angle between the vectors.

Answered: 1 week ago