Get some practical experience with the List and LINQ operations described on the accompanying slide. You may, for instance, activate the operations on a simple collection of numbers. Be sure to understand the difference between an imperative solution (the state of the collection is affected, the collection is mutable) and a functional solution (the collection is not modified, immutable). |
There is no solution to this exercise