0
How to find the most occuring string in a List in C#
eg, list("hi","hello","hi"), and so it would output "hi" as it is the most frequent.
1 ответ
+ 3
I see that you completed the C# course. Can you provide your attempt? If so you will help us understand how much explaining we will need to do. Because we can't write the programs for you. That wouldn't be helpful.