摘要: import java.util.Scanner; public class day_4_5 { public static void main(String[] args) { /*数组的常见操作*/ //遍历 int[] arr = {3, 5, 2, 1, 4}; int max = arr[ 阅读全文
posted @ 2024-03-14 16:54 公子Learningcarer 阅读(5) 评论(0) 推荐(0) 编辑