System.out.println(출력하고자하는값); => 해당 출력문 출력후 "한줄 띄어주는" 역할 System.out.print(출력하고자하는값); => 해당 출력문 출력만 하고 끝 (한줄띄어쓰기x) 백슬래쉬(\\) + n => 줄바꿈 HelloWorld A_M