JAVA選擇排序

import java.util.Scanner; public class { public static void main(String[] args) { Scanner input= new Scanner (System.in); System.out.println("請輸入您想輸入數字的個數:"); int n=input.nextInt();//n用來保存數組內數字
相關文章
相關標籤/搜索