3
Answers

Organize a list in Crescent/Decrescent mode

Sergio Fonseca

Sergio Fonseca

16y
3.5k
1

I want to organize a list that was generated randonly in Crescent/Decrescent (Most needed is Crescent decrescent is for knownledge). Thank you.

List<int> jogo = new List<int>(16); //The kind of list and it's name

Answers (3)