반응형 자바(Java)64 [자바기초.001] 자바 기초(출력,변수) 🚩[예제 1] 한 줄 옆으로 출력(print), 한 줄 띄우고 출력(println) 1 2 3 4 5 6 7 8 public class Main { public static void main(String[] args) { System.out.print("Hello."); System.out.print("Nice to meet you.\n"); System.out.println("Good bye."); System.out.println("See you later."); } } Colored by Color Scripter cs 🏴 [유제 1] 다음과 같은 출력이 나오는 프로그램을 만드세요. Hello World! I am a Java program. Nice to meet you. 더보기 public cl.. 2022. 7. 11. 이전 1 ··· 5 6 7 8 다음 728x90 반응형