摘要: 1.package test3;import java.util.*;public class abc { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(" 阅读全文
posted @ 2020-03-24 11:18 谁在二堂喧哗 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1. package chap1; public class Main { public static void main(String[] args) { int a=1; int b=2; int temp = a; a = b; b=temp; System.out.println(a+" " 阅读全文
posted @ 2020-03-19 12:07 谁在二堂喧哗 阅读(69) 评论(0) 推荐(0) 编辑
摘要: package chap1; public class Main { public static void main(String[] args) { System.out.println("helloworld"); } } 阅读全文
posted @ 2020-03-06 20:43 谁在二堂喧哗 阅读(69) 评论(0) 推荐(0) 编辑