Sponsored
Use these hints if you're stuck. Try solving on your own first.
If there is a 0 in the array the answer is 0
To avoid overflow make all the negative numbers -1 and all positive numbers 1 and calculate the prod
Solve with full IDE support and test cases