自定義個數 整數從小到大排序(方法1)

 public static void sort(int subscript){ Scanner input = new Scanner(System.in); int temp = 0 ; int [] numbers = new int [subscript]; for(int k = 0 ; k < numbers.length; k ++){  numbers[k] = input.nex
相關文章
相關標籤/搜索