用while循環,實現九九乘法口訣

public class Mult {     public static void main(String[] args) {         int i=0;         {             while ( i<=8)             {                 i++;                 int j =0;                 while
相關文章
相關標籤/搜索