九九乘法表
摘要:package struct; public class ForText3 { public static void main(String[] args) {// for循环打九九乘法表 for (int i = 1; i < 10; i++) { for (int j = 1; j <= i;
阅读全文
posted @ 2022-01-07 16:05
posted @ 2022-01-07 16:05
posted @ 2022-01-06 21:21
posted @ 2022-01-05 10:17
posted @ 2022-01-05 09:58