I have a List<int> and need to count how many elements with (value < 5) it has - how do I do this? and need to count how many e
I have a List<int> and need to count how many elements with (value < 5) it has - how do I do this? and need to count how many e