Write a program that allows the user to enter the last names of 5 candidates in a college election and the votes received by each candidate. The program should then output each candidates name, the votes reveived by that candidate, and the percentage of the total votes received by the candidate. Your program should also output the winner of the election. There should be atleast 5 candidates. Use Methods.