Maximum Product Of Three
September 27, 2016
Today’s exercise comes from the end-of-chapter exercises in the sorting chapter of a programming textbook:
Write a program that finds the maximum product of three numbers in a given array of integers.
Your task is to write the desired program. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.