Java練習代碼

A:案例演示: 數組遍歷:就是依次輸出數組中的每個元素。java public class Demo7 { public static void main(String[] args) { int[] arr={10,20,30,40,50}; for (int i = 0; i < arr.length; i++) { System
相關文章
相關標籤/搜索