Thread
:
Bubble Sort in C#
View Single Post
shabbir
Go4Expert Founder
26Sep2007,09:21
Yes the above code is not working and following are the compile time errors. j is used without being initialized. Also the sorting does not work if we have the j set as zero.