Kizspy Question: 36
(Choose 1 answer)
PUBVERSLOW.Com
Which of the following represents a function that takes two parameters and returns their sum using a lambda
expression?
A. (int a, int b) => ab
B. (int a) a +1
C. (int a, int b) => a+b
D. (int a) a/2