DevScript / Code-Khata

A database of code
Creative Commons Zero v1.0 Universal
30 stars 105 forks source link

Voting Machine in C++ #319

Closed YusraSaleem closed 1 year ago

YusraSaleem commented 1 year ago

This is a console-based voting machine which will allow voters to vote for a candidate and will display the results with the winning percentage. Made with OOP concepts.