드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
게시물ID : computer_23251짧은주소 복사하기
작성자 : 눈팅눈팅★
추천 : 0
조회수 : 350회
댓글수 : 6개
등록시간 : 2011/11/10 21:00:19
입력한 값이 없을 경우에
"입력이 잘못되었습니다" 라고 출력하고싶습니다.
여기서 두번째 if 구문 안을 어떻게 표현해야되나요 ㅜㅜ?
그니까 스트링형으로 입력받은 값이 데이터에 없다면!
boolean bflag = false;
while(!bflag) {
System.out.print(" 출발역을 입력하세욧! : " );
start_enter = br.readLine() ;
for(b=0;b<40;b++) {
if(start_enter.equals(stations[b].station_name)) {
start = b;
stations[b] = new Station(b,names[b]);
bflag = true;
}
}
if(start_enter.equals(stations[b].station_name) || start_enter.trim().equals(null)){
System.out.println("역명이 잘못입력되었습니다. 다시 입력해 주세요");
}
}
댓글 분란 또는 분쟁 때문에
전체 댓글이 블라인드 처리되었습니다.
새로운 댓글이 없습니다.