1 개요[ | ]
- Press enter to continue...
2 Java[ | ]

Java
Copy
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
System.out.println("Press enter to continue...");
System.in.read();
}
}
3 같이 보기[ | ]
편집자 121.133.114.196 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- Java (3)
Java 튜토리얼 웹사이트 ― Thesmolt젠킨스 ― John Jeong젠킨스 ― Icesky