given an array a[ ], return an array b[ ] such that b[i ] = product of all elements of array a[] , excluding a[i]. division is not allowed.
Answers
Answered by
0
return an array=[] is your answer
Similar questions