Electrical and Computer Engineering
9
of 19
UAH
CPE 112
Implementation
•
// Write results to report file
•
•
WriteReport(votes, name, reportFile);
•
WritePerCandidate(votes, name, reportFile);
•
WritePerPrecinct(votes, reportFile);
•
•
return
0;
•
}