Modifying Variables Inside Lambdas

Occasionally, we will run into a situation in which we want to modify a variable inside a Lambda expression, but when we try to do so, we get a compile-time error saying: 

A variable inside Lambda must be Final or Effective Final.