помогите найти ошибку. int a = 0; while (a < 10) { System.out.println(); a++; int i = 0; while (i < 10) { System.out.print("S"); i++; } }