Java代碼複用

class Test { public static void main(String[] args) { //數組 int[] arr={1,15,32,4}; //獲取最大值 int maxValue=Value(arr); //打印輸出 System.out.println(maxValue); int[] arr2={3,15,99,4};
相關文章
相關標籤/搜索