3
Answers

How get maximum 3 values of unsort array without max functio

ahmed salah

ahmed salah

8y
206
1

Problem

I have unsorted array like that {5,0,2,6,7,3,8,9} and i need to get maximum three

value of unsorted array by using c# .

Meaning i need to get result 7,8,9 .

How to do that if possible without using max or any ready function by using console application ?

Answers (3)