Math, asked by RockstarAryan9438, 11 months ago

A unsorted array of integers is given; you need to find the max product formed my multiplying three numbers4

Answers

Answered by himanshudhawan23
0

Input: [10, 3, 5, 6, 20]

Output: 1200

Multiplication of 10, 6 and 20

Input: [-10, -3, -5, -6, -20]

Output: -90


Input: [1, -4, 3, -6, 7, 0]

Output: 168

Similar questions