OCR town are holding an election with three candidate (A, B and C). An electronic voting booth
will be ued to allow people to vote.
Write an algorithm that:
• Allow voter to enter either A, B or C.
• Keep track of how many time each candidate ha been voted for.
• A oon a one peron ha finihed voting, allow the next peron to vote.
• At any point allow the official to type in "END", which will print out the number of vote
for each candidate and the total number of vote overall.