[Solved]1 Write Lambda Function Returns Product Vector Numbers Inside Function Write Function Obje Q37269994
1. Write a lambda function that returns the product of a vectorof numbers and inside that function write a function object thatdisplays the objects of a vector with a message before them. Forexample, given this vector: {“Jane”, “John”, “Martha”, “Dillon”},the function object when used, would lead to this output:
Name: Jane
Name: John
Name: Martha
Name: Dillon.
Test the function in a program.
Expert Answer
Answer to 1. Write a lambda function that returns the product of a vector of numbers and inside that function write a function obj… . . .
OR

