2017年9月18日

黄宗禹9.18作业

摘要: 4. 5./**功能:输出字符型的加法计算*/ public class Sop{ public static void main(String[] args) { System.out.println((char)('a'+1)); System.out.println((char)('你'+1) 阅读全文

posted @ 2017-09-18 21:54 黄宗禹 阅读(129) 评论(1) 推荐(0) 编辑

2017年9月16日

黄宗禹9.11作业

摘要: 2.6import java.util.Scanner; public class test{ public static void main(String[] args) { int a; Scanner input=new Scanner(System.in); System.out.print 阅读全文

posted @ 2017-09-16 18:48 黄宗禹 阅读(87) 评论(0) 推荐(0) 编辑

2017年9月11日

黄宗禹第一次作业

摘要: public class Println{ public static void main(String[] args) { System.out.println(" J A V V A"); System.out.println(" J A A V V A A"); System.ou... 阅读全文

posted @ 2017-09-11 21:37 黄宗禹 阅读(112) 评论(0) 推荐(0) 编辑

导航