Voting Machine. PC Training and Business College students bring a computer to their annual meeting to use in the election of a new SRC president. Write a program to handle the election. The program should add each candidate to a list box as he or she is nominated. After the nomination process is complete, students should be able to approach a computer one at a time and double-click on the candidate of their choice. When a “Tally Votes” command button is clicked, a second list box, showing the number of votes received by eachcandidate, should appear alongside the first list box. Also, the name(s) of the candidate(s) with the highest number of votes should be displayed in a picture box.