this is my code:
{
arrdegree[i, j] = rnd.Next(10, 99);
}
i need to sort the values of the random generator in the myarray.................please help