声明数组里
double 是数据类型,height是数组名 声明的同时赋予空间 没错的
应该是double [] height = new double [x];
应该是double [] height = new arr[x];