I have no idea what I am doing... Please help me!![code] #include <iostream> using namespace std; int countVotes(int votes[]); int main() { int ele...
I have no idea what I am doing... Please help me!![code] for (int candidate = 0; tallies[votes[candidate]] != 0; ++candidate) { cout << tallies[vot...
I have no idea what I am doing... Please help me!!Ok so then how do you know what these conditions will be? I know we are supposed to print out how ma...
I have no idea what I am doing... Please help me!!fg109, this is what I added so far to the code you gave me [code] int countVotes(int votes[]) { in...
I have no idea what I am doing... Please help me!!where does the new array tallies come in? is that what is being put into this part in your code [co...
This user does not accept Private Messages