Question No 01: Write a program that allows the user to enter the last names of five
candidates in a local 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 in cpp array
Answers
Answered by
0
Answer:
Question No 01: Write a program that allows the user to enter the last names of five
candidates in a local 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 in cpp array
Explanation:
A
Similar questions