2020年3月5日

5方法定义及调用

摘要: 5方法定义及调用 课堂作业 1、无参方法 编写一个无参方法,输出Hello。 public static void main(String[] args) { System.out.println("hello world"); } } 2、int型参数方法 编写一个得到两个int型参数方法,返回两 阅读全文

posted @ 2020-03-05 23:17 衍慧衍慧呀 阅读(410) 评论(0) 推荐(0) 编辑

导航