자바 Comment

개발세발·2023년 4월 13일

자바스터디

목록 보기
3/21

자바스터디 기록

ch01
_04_comment

package ch_01;

public class _04_comment {
    public static void main(String[] args) {
        System.out.println("(10분전)");
//        System.out.println("(5분전)");
        System.out.println("시작합니다");

        int size = 120;
        size = size+10;

        System.out.println("give"+size+"plz");


    }
}
profile
뉴비개발자

0개의 댓글