Hi,new to c#
I have a list of numbers List<int> .eg {23,25,29, 32,34,37,40,43,46}. I need to find the be qucickest way of finding the largest value between the numbers in the list. The list could have upto 100 numbers. Do we have any math operations available?
Phil