Loading

[NEW SOLN] POS 409 WEEK 2 INDIVIDUAL ASSIGNMENT LIST COLLECTIONS

[SOLVED] POS 409 WEEK 2 INDIVIDUAL ASSIGNMENT LIST COLLECTIONS: Upon further review of the previous assignment, you have determined that you can make your application (from Week 1) more efficient by replacing the arrays with Lists.

Please NOTE:  The RUBRIC for this assignment is at the end of this description.

[SOLVED] POS 409 WEEK 2 INDIVIDUAL ASSIGNMENT LIST COLLECTIONS: Your application will need to implement requirements 1 – 3 & 5 of the Week 1 assignment.

For requirement #4, you will do the following:

  1. Load employee information from a text file selected by the user into a LIST Collection consisting of Managers and Developers.  The format of your text file should be something like this: First Name, Last Name, Street Address, City, State, Zip, Employee Type (Manager or Developer), Cost Center (0 if Developer), Supervisor, Tax Type (NA if Manager)
  2. There should be a separate line for each employee (only one line per employee with the fields above) and your file should contain at least 7 – 10 employee records.  You should save the file with a .txt or .csv extension.

[SOLVED] POS 409 WEEK 2 INDIVIDUAL ASSIGNMENT LIST COLLECTIONS: The following requirements detail the critical elements that will determine the grading criteria for your submission.  Please see the rubric below these requirements.

  • The application should compile and run successfully
  • The application should display Inheritance (Steps 1 – 3 from Week 1).
  • The application should allow the user to load a text or csv file for processing (Step 4 above).
  • The application should load the text file elements into an array of employee records (Step 4 & 4a above).
  • The application should display records from the array.  The number of records to display should be selected by the user.  (Step 5 from Week 1).
  • Your application should contain comments to explain the data and process flow of your code.

[SOLVED] POS 409 WEEK 2 INDIVIDUAL ASSIGNMENT LIST COLLECTIONS: Zip your Visual Studio® solution project folder so it can be submitted for grading. In Visual Studio®, you can locate the folder with your solution by left clicking on the solution node in the Solution Explorer. Look at the Properties window to find the folder name in the Path property. Locate this folder in File Explorer and zip the folder.�

Submit your ZIP file using the Assignment Files tab.

Support