작성
·
2.9K
0
for(int i=0; i<alphab.length; i++; ch++;) {
alphabets[i] = ch;
}
이 부분부터 이클립스에서 빨간 줄이 그어지면서
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token(s), misplaced construct(s)
Type mismatch: cannot convert from char to boolean
Syntax error on token(s), misplaced construct(s)
Type mismatch: cannot convert from char to boolean
라는 에러코드가 떠서 진행을 하지 못하고있습니다.
답변 2
2
0