声明数组变量:使用 int[] numbers; 或 int numbers[]; 定义一个可引用整数数组的变量;2. ...