Topic: Array Problem / Level: beginner

Problem: Check if the product of all odd-indexed elements in an array is greater than the product of all even-indexed elements.

Run the code to see the output here...