输出杨辉三角
摘要: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
posted @ 2017-05-10 20:47
posted @ 2017-05-10 20:00
posted @ 2017-05-10 18:06
posted @ 2017-05-07 14:05
posted @ 2017-05-07 13:45