输出杨辉三角
摘要:
package com.mingrisoft; public class YanghuiTriangle { public static void main(String[] args) { int triangle[][]=new int[8][]; // 创建二维数组 for (int i = 阅读全文
posted @ 2017-05-10 20:47 社会你锋哥 阅读(163) 评论(0) 推荐(0)
posted @ 2017-05-10 20:47 社会你锋哥 阅读(163) 评论(0) 推荐(0)
posted @ 2017-05-10 20:00 社会你锋哥 阅读(598) 评论(0) 推荐(0)