摘要: 1.for循环 2.while 循环 3.do-while 4.递归 System.out.print("请输入a的值:"); int a=scanner.nextInt(); System.out.println("用递归方法输出阶乘的值:"+Recursion(a)); } public sta 阅读全文
posted @ 2019-03-24 23:17 cxm& 阅读(109) 评论(1) 推荐(0) 编辑