Given an array of elements. Find the maximum value that can be formed using the operators +, -, * and / used in any order.
There is no link to the problem. I was asked this question in an interview, but didn't find a solution,so thought of posting it.