Which is NOT true about lambda statements?
A statement lambda can have more than one statement.
A statement lambda cannot return a value.
If a statement lambda has a return value, it has to use a return statement.
A statement lambda requires using curly braces.