曾梦垚

导航

2016年11月17日

java 实例之杨辉三角

摘要: public class study{ public static void main(String args[]){ int i,j,level=7; int Yang[][] = new int[level][]; System.out.println("杨辉三角"); for(i = 0;i< 阅读全文

posted @ 2016-11-17 23:18 曾梦垚 阅读(506) 评论(0) 推荐(0)