1.直角形的 5行 package day5;public class Demo5 { public static void main(String[] args) { int [][]yanghui = new int [5][5]; for (int i = 0; i &...