[명품자바프로그래밍] 5판 1장 오픈챌린지

hyeseong·2024년 10월 1일
0
post-thumbnail

명품 자바 프로그래밍(개정5판) 1장 오픈 챌린지 풀이 p.52

Kitae Hwang
20 years old
Department of Computer Enginerring

코드

public class MyInfoApp {
	public static void main (String[] args) {
		System.out.println("Kitae Hwang");
		System.out.println("20 years old");
		System.out.println("Department of Computer Engineering");
	}
}

0개의 댓글