Tag
Java流程控制练习——打印三角形及debug调试练习————用*号打印三角形public class test_demo {static void main(String[] args) {//打印一个5行的三角形for (int i = 1; i <=5; i++) {for (int j = 5; j>…
查看更多 2026-02-20
Java流程控制练习——打印三角形及debug调试练习————用*号打印三角形public class test_demo {static void main(String[] args) {//打印一个5行的三角形for (int i = 1; i <=5; i++) {for (int j = 5; j>…
查看更多 2026-02-20
Demand feedback