Can this be cleaned up?
using System; class AscendingBubbleSort { public static void Main() { int i = 0,j = 0,t = 0; int []c=
I personally prefer this:
string foo [] = new string[] {"abc", "def", "aaa", "feaf", "afea" }; Array.Sort(foo);
But that's just me. Sort is a solved problem, why reinvent the wheel?