摘要:
1 //乘法口诀表,就是如此简单 2 public class Test2_7_10 { 3 public static void main(String[] args) { 4 int i,n,m; 5 for(i=1;i<=9;i++) { 6 for(n=1;n<=i;n++) { 7 Sys 阅读全文
posted @ 2020-12-19 20:48
李家宇
阅读(93)
评论(0)
推荐(0)
摘要:
1 abstract class OutputAlphabet { 2 public abstract void output(); 3 } 4 class OutputEnglish extends OutputAlphabet { 5 public void output() { 6 for(c 阅读全文
posted @ 2020-12-19 19:51
李家宇
阅读(75)
评论(0)
推荐(0)

浙公网安备 33010602011771号