samponce8560 samponce8560 18-10-2022 Computers and Technology contestada chegg given an array a, write a program to find the max(a[j]-a[i]) where i < j. if max(a[j]-a[i])<0, output 0. the input will start with an integer n, which indicates the length of the given array. the next line will be the array.