数组的查找和排序-C#入门到精通
7.5数组的查找和排序例一、查找数组元素static void Main(string[] args) { // TODO:查找数组元素int[] a= new int[100]; Console.WriteLine("输入数字"); string s=Console.ReadLine(); int x=Int32.Parse(s); Console.WriteLine("\n输入int数组元素\n");
5.24MB
文件大小:
评论区