Write a program that allows the user to enter the first names of candidates in a university election and the number of votes received by each candidate. The program should then output each candidate's name, the number of votes received, and the percentage of the total votes received by the candidate. Your program should also output the winner of the election.you must ask the user for the number of candidates, and then create the appropriate dynamic arrays to hold the data.