C# Practice Exercises
The lab exercises that follow will give us an opportunity to practice what we have learned. We should complete the labs by referring to the book chapters when we are unsure about how to do something, but more importantly we should look at the previous code we have written. The code we have written should be an invaluable source of working code, and it is important not to “reinvent the wheel.” Use the code - copy, paste, and amend it if required. Reuse the code – that is what the professional developer would do and is ...