The project was to write program to total votes from a St. Louis Election to select an official bird. The election results are given in the form of bird code and vote count.

Bird Codes, Bird, Why nominated
0, Dove, Bird of Peace
1, Falcon, Eats Pigeons
2, Pigeon, Common Bird
3, Robin, End of winter

After totalling the votes print a standard output that lists:

The birds name
Total votes
Percentage of total votes received
Winning bird and total votes

This was my first Visual Studio.Net 2003 project.

The application has two mode of UI,

  • Console application
  • Windows Form