java数组程序 6. 编写一个方法search(int a[],int x): 若数组a中存在值为x 的元素,则返回该元素的下标值;否则返回-1。 7. 编写一个方法print_MaxMin(int a[]): 打印出数组a中的最大值和最小值。 8. 编写一个递归方法inverse(int a[]):将数组a 中的