Write a curried form of the function using lambda expressions. The result and x, y, z must be integer numbers.
Solution format. You may write the result in any valid formats but with ; on the end.
An example of a curried function: x -> y -> ...;
Write a curried form of the function using lambda expressions. The result and x, y, z must be integer numbers.
Solution format. You may write the result in any valid formats but with ; on the end.
An example of a curried function: x -> y -> ...;
Sample Input 1:
1 1 1Sample Output 1:
3Sample Input 2:
2 3 4Sample Output 2:
75Create a free account to access the full topic