반응형 개발언어347 초간단 성적처리기 자바 성적처리기를 옛날에 C언어 하던 기억이 나서 만들었다 ㅡㅡ;; [CODE] import java.io.*; public class Hello { /** * @param args */ public static void main(String[] args) throws java.io.IOException { // TODO Auto-generated method stub System.out.println("---- 입력 ------"); BufferedReader in = new BufferedReader ( new InputStreamReader(System.in)); String Eng= ""; String Math = ""; String Han = ""; String name = ""; System... 2007. 11. 1. 자바 API ( Java API ) java api http://help.idomz.net/ 2007. 10. 31. 간단소스 "Hello Java ~" 맨날 하는 간단소스 " Hello JavaWorld " 찍기 -_-;;; 2007. 10. 31. JavaTM Platform, Standard Edition 6 Development Kit README JavaTM Platform, Standard Edition 6 Development Kit JDKTM 6 Contents Introduction System Requirements & Installation JDK Documentation Release Notes Compatibility Bug Reports and Feedback Contents of the JDK Java Runtime Environment Redistribution Java Endorsed Standards Override Mechanism Java DB Web Pages Introduction Thank you for downloading this release of the JavaTM Platform, Standa.. 2007. 10. 31. 이전 1 ··· 82 83 84 85 86 87 다음 반응형