본문 바로가기

프로그래밍/자바

[자바] 정올 510 : 입력 - 진단평가2

728x90
반응형
SMALL
public class Main {
    public static void main(String[] args) {
        int a = -1, b = 100;
        System.out.println(a);
        System.out.println(b);
    }
}
728x90
반응형
LIST