A guide to the ‘Plurality’ problem in CS50 Week 3. — A guide to the ‘Plurality’ problem in CS50 Week 3. Goal: To write functions to determine the winner of a plurality election and to print the name of the winner. The vote function takes a single argument, a string called name, representing the name of the candidate who was voted…