摘要: public class Demo02 { public static void main(String[] args) { Demo02 demo02 = new Demo02(); demo02.test(1,5,5,5,5,5,5,5,5); System.out.println(" "); 阅读全文
posted @ 2021-09-10 13:54 亮闪闪的鱼 阅读(28) 评论(0) 推荐(0)
摘要: ![image](https://img2020.cnblogs.com/blog/2527717/202109/2527717-20210910082203067-435445910.png) ![image](https://img2020.cnblogs.com/blog/2527717/202109/2527717-20210910082208685-1620795092.png) ![i 阅读全文
posted @ 2021-09-10 13:53 亮闪闪的鱼 阅读(17) 评论(0) 推荐(0)
摘要: public class Demo01 { public static void main(String[] args) { int Max = max(5,6); System.out.println(Max); } //比大小 public static int max(int num1,int 阅读全文
posted @ 2021-09-10 08:19 亮闪闪的鱼 阅读(30) 评论(0) 推荐(0)