2
Answers

Using Array in C# language sort , desending and acending

int[ ] arr  Nums = new int [ ]    {10,5,3,8,3,2}
 
Find the sorting, desending and Acending order
please write full program in difference way using C# 

Answers (2)