Exercises in this lecture               Go to the notes, in which this exercise belongs -- Keyboard shortcut: 'u'   Alphabetic index   Course home      

Exercise 16.2
List og Linq?


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