Recent Question/Assignment

Program 3 SRC voting application
You must write a small application in JAVA that stores SRC candidate names and the votes they received. Your program must:
1. Create an array of SRC candidate names. Populate the array with ten names.
2. Create an array of votes. Populate the array with the number of votes for every candidate. The two arrays work in parallel.
3. Print the name of every candidate with his/her number of votes.
4. Print the total number of votes casted.
5. Add votes for a specific candidate.
a. Read the name of the candidate
b. Add one vote for the specific candidate
c. Print the name of the candidate and his/her number of votes

Looking for answers ?


Recent Questions