logo CodeStepByStep logo

HasThree

Language/Type: C# Dictionary collections
Related Links:

Write a method named HasThree that accepts a list of strings as a parameter and returns true if any string value occurs at least 3 times in the list. For example, in the list {"to", "be", "or", "be", "to", "be", "hamlet"}, the word "be" occurs 3 times, so your method would return true if passed that list. Use a dictionary as auxiliary storage to help solve the problem. Do not modify the list that is passed in.

Method: Write a C# method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.