Hiiii Everyone!!
I'm hoping there's someone here that can help solve this java program of mines. I need to write a java program for a school project on a school election. I'm a beginner at java programming.
I need the program to do these things:
----------------------------------------------------------------------------------------------------------------------------------------
Input:
Details of the Candidates eg. Name, Surname, Address, and Telephone number.
Grade of the class, and the names of all the students in the class.
Name of educator and contact details.
Process:
Counting all votes per a candidate.
Sort the votes from highest to lowest.
Calculate the statistics in percentage form.
Search for candidates details.
Search for the names of candidates and who they were nominated by.
Calculate the 2nd and 3rd place winners.
Output:
Display the number of votes with candidates’ names.
Display all details of a candidate.
Display results from highest to lowest.
Display the results in percentage form.
Display the total number of votes.
----------------------------------------------------------------------------------------------------------------------------------------
I've got the Input part done just the rest is really tough to get around, I'd really appreciate any help/any pointers to get me headed in the right direction!
Thank You..
*I posted this in the wrong place the last time, hope I didn't do it again!*