1.A statement lambda cannot return a value.
2.If a statement lambda has a return value, it has to use a return statement.
3.A statement lambda requires using curly braces.
4.A statement lambda can have more than one statement.
Answer:1