设计一个简单的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
相关文章
相关标签/搜索