2015年9月18日

摘要: /*** * @author liangxiaoyu* @version 1.0*2015-09-18*/public class JJ {public static void main(String[] args) {System.out.println("\t\t\t\t"+"九九乘法表");S... 阅读全文
posted @ 2015-09-18 15:39 三斗君 阅读(155) 评论(0) 推荐(0) 编辑
 
摘要: public class Cal_count {public static void main(String[] args) {Scanner scanner = new Scanner(System.in);int a = 0;//统计整数的个数int b = 0;//统计负数的个数for(;;)... 阅读全文
posted @ 2015-09-18 15:31 三斗君 阅读(419) 评论(0) 推荐(0) 编辑