Using closure write a lambda expression that calculates where a, b, c are context final variables. They will be available in the context during testing. Note, the result is double.
Solution format. Submit your lambda expression in any valid format with ; on the end.
Examples: (x, y) -> x + y; (x, y) -> { return x + y; }