The results from the mayor’s race have

  

 The results from the mayor’s race have been reported by each precinct and you are to design and write a class called VotingResults to tabulate and display results. It should have at least the following methods:
 

A method displayReport to print out the table of votes as seen below.
 

A method displayTotals to compute and print the total number of votes received by each candidate.
 

A method displayWinner to determine the winning candidate, if any. If a candidate received over 50% of the votes, the method should print a message declaring that candidate is the winner. If no candidate received over 50% of the votes, the program should print a message declaring that a run-off must occur.

A constructor that takes a data file (as a Scanner object) filled with data to use for the class variables. It invokes computeTotals, which computes the total votes per candidate (so displayWinner will have accurate results).
 

The data is set up as follows:
 

First line of data – the number of candidates and number of precincts
 

Then one candidate name (one String) per line
 

Next bunch of lines of data – integers with number of votes for each candidate per precinct respectively
 

Sample data:
 

4 5
 

ANDERSON
 

BAKER
 

JONES
 

WHITE
 

192 147 186 114 267
 

48 90 12 21 13
 

206 312 121 408 382
 

37 21 38 39 29
 

Sample output from some client program invoking displayReport, displayTotals, and displayWinner:
 

PRECINCT ANDERSON BAKER JONES WHITE
 

1 192 48 206 37
 

2 147 90 312 21
 

3 186 12 121 38
 

4 114 21 408 39
 

5 267 13 382 29
 

TOTALS 906 184 1429 164
 

THE WINNER IS JONES
 

Start writing this class by determining the necessary instance variables. Then write the constructor. Finally, write the other methods.
 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more