Question
Problem with list of lists
input : {{1,3},{2,3},{4,5},{5,6}}
output : {3,6,20,30}
We have to get product of each item(i.e list) in the array.
Please help me out with this issue
input : {{1,3},{2,3},{4,5},{5,6}}
output : {3,6,20,30}
We have to get product of each item(i.e list) in the array.
Please help me out with this issue
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.