9*9乘法表
Posted lpbk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9*9乘法表相关的知识,希望对你有一定的参考价值。
package com.one;
public class One21
public static void main(String[] args)
for(int i=1;i<=9;i++)
for(int j=1;j<=i;j++)
System.out.print(i+"*"+j+"="+(i*j)+"\\t");
System.out.println();
以上是关于9*9乘法表的主要内容,如果未能解决你的问题,请参考以下文章
跳出多层循环体(做标记)-求最小公倍数-9*9星星矩阵-9*9正斜三角-9*9反斜三角-侧边9*9正斜三角-九九乘法表-求任意个数字之和