标题:急想知道排序问题
取消只看楼主
vcsharp
Rank: 1
等 级:新手上路
帖 子:40
专家分:0
注 册:2006-11-13
 问题点数:0 回复次数:0 
急想知道排序问题

static void Main(string[] args)
{



Console.Write("输入数组:");

int[] Arry = new int[100];
for (int i = 0; i < 100; i++)
{ Arry[i] = Convert.ToInt32(Console.Read()); }


Sort c1 =new Sort( Arry);


Console.WriteLine("冒泡排序:");
if (c1 != null)
{

for (int i = 0; i < c1.Count; i++)
{
Console.WriteLine(c1.maopaoSort(Arry) + ",");
}
}
请问我这程序错在哪里,是不是if中的for语句有错,我想把输入的数排序,我觉得有很多错,但找不出来。



搜索更多相关主题的帖子: null 
2006-11-27 19:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-105732-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.149659 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved