Write a program that allows the user to input the last name of ten candidates in a local election and the number of votes received by each candidate. The program then should 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 name of the winner of the election. The output should be neatly aligned. Extra challenge: Write your program in such a way that it can also read the candidates and votes from a file formatted this way: Lucas 1000 Jacobson 400 Gillian 121e

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

Find the attached file.

Write a program that allows the user to input the last name of ten candidates in a local election and the number of votes
received by each candidate. The program then should 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 name of the winner of
the election. The output should be neatly aligned.
Extra challenge: Write your program in such a way that it can also read the candidates and votes from a file formatted this
way:
Lucas 1000
Jacobson 400
Gillian 121e
Transcribed Image Text:Write a program that allows the user to input the last name of ten candidates in a local election and the number of votes received by each candidate. The program then should 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 name of the winner of the election. The output should be neatly aligned. Extra challenge: Write your program in such a way that it can also read the candidates and votes from a file formatted this way: Lucas 1000 Jacobson 400 Gillian 121e
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning