Answered step by step
Verified Expert Solution
Question
1 Approved Answer
must be written in cpp. thank you. Write a program that allows the user to enter the last narmes of five candidales in a local
must be written in cpp. thank you.
Write a program that allows the user to enter the last narmes of five candidales in a local election and the votes received by each candidate. The program should then ouput each candidate's name, votes received by that candidate, and the percentage of the total votes received by the candidate. Your program should also output the winner of the election. A sample output is as follows: Candidate Johnson Duffy Etc... otes Received 5000 6000 % of Total Votes 25.91 31.09 The winner of the election is Duffy - Noncompiling (-25) - No documentation (-5) - You must use functions and if you do not include user-defined functions (-15). Examples of functions could include populating the voters names and votes, calculating percentages, getting the winner, and outputting results. Not mandatory they are all there, but whatever you use, be sure you use ByRef and ByVal correctly (-5 if not) Must use at a minimum 2 arrays-one to hold candidates, one to hold votes )(can have one for % too)(-4 if others) - Must use for loop, etc. to read in data and output results (-4) Not formatting output neatly and with precision (4) Inefficient code too many loops, other inefficiencies (up to -5) Should find the winner by calling a function that retums the index of the highest vote getter while outputting the table. If not (4) -Incorrect Output (use sample data of your choice) (-8) - Efficiency: Anything else extraneous or odd, up to (5) and noted what it wasStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started