/cs50s-Plurality-Problem-Set

This C program aims to simulate the plurality voting system i.e. "winner take all". Here, every voter gets to vote for one candidate. At the end of the election, whichever candidate has the greatest number of votes is declared the winner of the election.

Primary LanguageC

No issues in this repository yet.