Write a lambda expression that returns the square of its int argument and assign the lambda expression to variable squareInt.

What will be an ideal response?

```
auto squareInt = [](int i) {return i * i;};
```

Computer Science & Information Technology

You might also like to view...

____ is the measure of the degree to which all statements and variables in the module relate to one purpose.

A. Coupling B. Vulnerability C. Cohesion D. Efficiency

Computer Science & Information Technology

When you quit Expression Web without closing the ____________________ you are working on, Expression Web remembers it and automatically opens it the next time Expression Web starts.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology