Hi peeps,
Im trying to write a program that outputs the names of the service advisors ( 8 of them total ) and ask's for the number of surveys that are rated as 'A'.Then ask's for the total surveys to come up with the score. I know how to come up with the score.My problem is how do i get the program to store the names as constants and be able to ittorate through them one at a time and compute the score for each advisor?

output should be similar to this.

Please enter the number of surveys passed for Joe.

Please enter the Total surveys recieved for Joe.

The score for Joe is. // could leave this out until the end.

I need to be able to save the info for each advisor and ouput in a tabular format at the end of the last advisor.

This is going to be a console app. and it is not a homework assignment.
I am writing this using C++ visual.net IDE

Also I have just started to program so im not to advanced.So if we could keep it simple that would be great.

thx in advanced.
ben