設計一個簡單的windows程序,輸入5個數字,然後排序並輸出。

(1)新建Windows應用程序MyApplicaton4,添加控件。 (2)爲按鈕的單擊事件添加代碼: private void button1_Click(object sender, EventArgs e) { string [] number = textBox1.Text.Split(’,’); int[]temp = new int[number.Length]; int len=n
相關文章
相關標籤/搜索