// Java program to move all 0's to the end of an array. // Maintain the relative order of the other (non-zero) array elements.
//Java program to find the maximum and minimum value of an array.