Ошибка: Недопустимый спецификатор ранга: ожидаемый',' или ']' в следующей строке:
Код: Выделить всё
int[][] grid=new int[g.cols][g.rows];
Код: Выделить всё
public int[][] getConvergenceCounts(MandelbrotGrid g){
int[][] grid=new int[g.cols][g.rows];
for (int x=0; x
Подробнее здесь: [url]https://stackoverflow.com/questions/4384202/compiler-error-invalid-rank-specifier-expected-or-on-two-dimensional-ar[/url]