I understand that i < 10 could be 2,6 but there bis int i =0 before while. Can somebody explain it. pl/codegym/task/task03/task0314/Solution.java:11: error: bad operand types for binary operator '&&' while( i < 10 && i++ ) { ^ first type: boolean second type: int