67. 다음 JAVA 프로그램이 실행되었을 때의 결과는?
public class Operator {
public static void main(String[] args) {
int x=5, y=0, z=0;
y = x++;
Z =--X;
System.out.print(x+","+y+",”+z)
}
}
- 15, 5, 5

- 25, 6, 5

- 36, 5, 5

- 45, 6, 4

public class Operator {
public static void main(String[] args) {
int x=5, y=0, z=0;
y = x++;
Z =--X;
System.out.print(x+","+y+",”+z)
}
}




모든 문제들의 저작권은 원저작권자에게 있습니다. 본 사이트는 웹상에 공개되어 있는 문제만 모아서 보여드립니다.
저작권 안내 데이터 보호 안내 제휴 문의
copyright 2026 뉴비티::새로운 CBT 시스템 - newbt.kr (Listed on LeanVibe)