Question
Suppose you are counting blalots in an election for Supreme Ruler of the Universe. Assume you have 1,000 candidates in all, each of whom is
Suppose you are counting blalots in an election for Supreme Ruler of the Universe. Assume you have 1,000 candidates in all, each of whom is assigned a unique ID number from 0 to 999. Write a Java program that processes a set of ballots. The program should run by allowing the user to enter the ID number of the selected candidate on each ballot. The user shoul be able to do this for as many ballots as needed, until entering a negative sentinel value to exit. Upon exiting, display a list of the candidates' ID numbers and their number of votes recieved, but only if the candidate recieved atleast one vote.
Step 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