I'm pretty new to C++ (have done about 2 months on my course), and I've been trying to get this so that region will update itself through each loop cycle, but all i'm coming up with is errors:
When Initializing arrays use ',' to separate elements instead of ';'
You cannot use endl with cin. endl prints a newline ('\n') character. It can only be used with output (cout).
In c++ arrays begin from 0.
region[0] is "North"
region[3] is "South-West"
region[4] is ???
Initialize candNum to 0 instead and change the 'while' condition to candNum<4
And do the same with voteNum and num.