菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月12日 #

2023.7.12

摘要: 1 //2023.7.12 周三 2 //方法声明和调用 3 public class test 4 { 5 public static void main(String[] args) 6 { 7 int sum = add(1,2); 8 System.out.println(sum); 9 } 阅读全文

posted @ 2023-07-12 19:41 hhmzd233 阅读(32) 评论(0) 推荐(0) 编辑