人造while死循环

public class Test {
 public static void main(String[] args) {
 for(int i=9;i>0;i–) {
  for(int j=i;j>0;j–) {
   while((i4&&j1)||(i3&&j!=3)||(i2&&j==1)) {
    System.out.print(“这里”);
   }
   System.out.print(i+""+j+"="+ij+" ");
  }
  System.out.println();
 }
 }
}

猜你喜欢

转载自blog.csdn.net/weixin_41690937/article/details/89739557