day04-方法_定义注意事项

This commit is contained in:
2026-07-18 12:00:05 +08:00
parent 5d507b9376
commit 7520b05152
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ public class Demo02 {
System.out.println(sum);//6
System.out.println("-------------------");
printN(10);
System.out.println("程序结束");
}