摘要: public class Demo05 { public static void main(String[] args) { int[] array = {10, 20, 30}; //调用方法 int max = getMax(array); System.out.println(max); } 阅读全文
posted @ 2021-01-06 21:38 wangchw 阅读(479) 评论(0) 推荐(0) 编辑