...
/Challenge: Find the Maximum Product of Two Integers in an Array
Challenge: Find the Maximum Product of Two Integers in an Array
Solve the challenge of finding the maximum product of two integers in an array of numbers.
We'll cover the following...
Problem statement
Implement a function called FindMaxProduct(arr)
that takes an array of numbers and returns a maximum product pair. ...