實驗四:採用一位數組輸出等腰三角形的楊輝三角

1.程序代碼 package 一位數組; import java.util.Scanner; public class 楊輝三角 { public static void main(String[] args) { Scanner a=new Scanner(System.in); System.out.print("輸出楊輝三角行數n:"); int n=a.nextInt(); int[] b
相關文章
相關標籤/搜索