for(sudoku.get((int)(0)).doubleValue(); == sudoku.get((int)(1)).doubleValue();) {
sudoku.remove((int)(1));
Sudoku.add(Double.valueOf(SketchwareUtil.get random((int)(1)),
((int)(9))));
}
The error wants me to remove the "==" in the condition. This is the first time I have tried to use "for" for something that isn't a repeat a set amount of time.