Problem Statement: An election is a formal group decision-making process by which a population chooses a candidate by casting votes. Each candidate is assigned name and a specific symbol. A ballot paper is used to cast the vote. Each ballot paper contains symbols of the candidate. A person can vote a candidate by stamping on a specific symbol. The ballot paper should be considered as a spoilt ballot if a person does not stamp or stamp on more than one symbol. Finally ballot paper has to be dropped in a ballot box. Write a C++ program that reads the information from the user to enter the name of the candidate, the total number of received votes, and the spoilt votes in a local election. The total number of participants (candidates) are 5. If the user mistakenly enters any negative value, the program should consider that value as a positive integer. The program should output the name, total recived votes, and the percentage of obtained votes by the winning candidate. The program should also display the percentage of the spoilt votes. Note: Use repetition and selection structures Sample Output: CWindowlaytememdese Electoral System Summary Enter first name, obtained votes of candidate 1. Ali 2. Asma 3. Khoula 4. Ahmed 437 398 400 700

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter19: Probabilistic Dynamic Programming
Section19.4: Further Examples Of Probabilistic Dynamic Programming Formulations
Problem 7P
icon
Related questions
Question
Solve problem
using 5-steps of
Engineering
Problem Solving
Methodology
(including
algorithm) and
Problem Statement:
An election is a formal group decision-making process by which a population chooses a candidate by casting
votes. Each candidate is assigned name and a specific symbol. A ballot paper is used to cast the vote. Each
ballot paper contains symbols of the candidate. A person can vote a candidate by stamping on a specific symbol.
The ballot paper should be considered as a spoilt ballot if a person does not stamp or stamp on more than one
symbol. Finally ballot paper has to be dropped in a ballot box.
Write a C++ program that reads the information from the user to enter the name of the candidate, the total
number of received votes, and the spoilt votes in a local election. The total number of participants (candidates)
are 5. If the user mistakenly enters any negative value, the program should consider that value as a positive
integer. The program should output the name, total received votes, and the percentage of obtained votes by the
winning candidate. The program should also display the percentage of the spoilt votes.
Note: Use repetition and selection structures
Sample Output:
CWindowystemomdee
Electoral System Summary
********** .
Enter first name, obtained votes of candidate
1. Ali
2. Asma
3. Khoula
4. Ahmed
5. Mohammed
Enter Spoilt votes : 23
The winner is Mohammed who obtained 987 votes out of 2945, which is 34% of total votes.
The total number of spoilt votes are 23, which is 0.78% of total votes.
Press any key to continue... .
437
398
400
700
987
Transcribed Image Text:Solve problem using 5-steps of Engineering Problem Solving Methodology (including algorithm) and Problem Statement: An election is a formal group decision-making process by which a population chooses a candidate by casting votes. Each candidate is assigned name and a specific symbol. A ballot paper is used to cast the vote. Each ballot paper contains symbols of the candidate. A person can vote a candidate by stamping on a specific symbol. The ballot paper should be considered as a spoilt ballot if a person does not stamp or stamp on more than one symbol. Finally ballot paper has to be dropped in a ballot box. Write a C++ program that reads the information from the user to enter the name of the candidate, the total number of received votes, and the spoilt votes in a local election. The total number of participants (candidates) are 5. If the user mistakenly enters any negative value, the program should consider that value as a positive integer. The program should output the name, total received votes, and the percentage of obtained votes by the winning candidate. The program should also display the percentage of the spoilt votes. Note: Use repetition and selection structures Sample Output: CWindowystemomdee Electoral System Summary ********** . Enter first name, obtained votes of candidate 1. Ali 2. Asma 3. Khoula 4. Ahmed 5. Mohammed Enter Spoilt votes : 23 The winner is Mohammed who obtained 987 votes out of 2945, which is 34% of total votes. The total number of spoilt votes are 23, which is 0.78% of total votes. Press any key to continue... . 437 398 400 700 987
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
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
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole