java 從鍵盤輸入n個數,升序輸出

package tag; import java.util.Scanner; /* * 從鍵盤輸入n個數,升序輸出 * */ public class Test1 { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.print("請輸入元素個數")
相關文章
相關標籤/搜索