杨辉三角java版

public class TestArry02 {
	public static void main(String[] args) {
		int[][] arr =new int[10][];
		for(int i=0;i1){
				for(int j=1;j

 

你可能感兴趣的:(Java,杨辉三角函数,杨辉三角,Java打印杨辉三角,打印杨辉三角)