1.数组(遍历二维数组)
2.int[] x,y[];
x是一维数组,y是二维数组
3.杨辉三角(二维数组)
4.求随机数
(int)(Math.random()*(99-10+1)+10)
随机数的最值计算