C# Quiz: Find second largest number in a list of numbers

How to find the second largest number in a list of numbers.
For instance, 9 should be returned from {1, 2, 9, 8, 10}.

Comments

Popular Posts