Sponsored
Use these hints if you're stuck. Try solving on your own first.
Keep track of the number closest to 0 as you iterate through the array.
Ensure that if multiple numbers are closest to 0, you store the one with the largest value.
Solve with full IDE support and test cases