: write an algorithm that accepts vote data at a voting station in a
: constituency.
: Data should include special votes, general votes and spoilt votes.
: Votes should be cast for any one of four parties, FIRST, SECOND,
: THIRD or FOURTH. The algorithm should trace the increment of each
: vote category and determine which party secured the majority of
: votes. The algorithm should have at least ten iterations and should
: end when a specific value is entered.
:
:
: Can you help me please?
: Any advice would be appreciated greatly.
:
http://www.warwick.ac.uk/~ecaae/