명품 자바 프로그래밍(개정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");
}
}