摘要: import java.util.Scanner;public class addd { public static void main(String[] args) { Scanner sc = new Scanner(System.in);//定义数据类型 double L, I... 阅读全文
posted @ 2014-10-14 23:00 James wilson 阅读(210) 评论(0) 推荐(0)
摘要: Java 基础知识“Hello world!”//声明公开类 Hello 文件名和公开类名必须一致public class Hello {//声明main() 公开的,静态的,空的 public static void main(String[] args) {//输出内容 Syste... 阅读全文
posted @ 2014-10-14 22:24 James wilson 阅读(112) 评论(0) 推荐(0)