public class Example { int arry[]=new int[]{3,1,5,4,2,7,8,9,6}; public void play(){ System.out.println("arry原来数组元素是:"); for(int i=0;i