Use the Chapter 9 files from the Visual Basic® 2008 How to Program Example Programs website. Use the sample program for Figures 9.3 and 9.4. You will have both the employee.vb and the LINQWithArrayOfObjects.vb files.
The employee.vb file is the Employee class, and the LINQWithArrayOfObjects.vb is the main program that is being used to test the class and using LINQ.
- Once you have successfully built the program, add an additional LINQ Query (like the one used to filter the salary results on line 20).
- Use the two queries to display salaries above $5000 and below $5000.
- This means you will need to change the existing salary query as well.
- Add 5 more employees with varying salaries.
- Build and debug the program.
Once you have successfully built the program, zip your files and submit them in Blackboard.
This assignment is due Thursday, January 20, 2011.
No comments:
Post a Comment