Question: C++ pointer problem My code so far 125% Programming Assignment #3, Pointers Create a C+ console application to store points for contestants in a contest.

C++ pointer problem  C++ pointer problem My code so far 125% Programming Assignment #3,
Pointers Create a C+ console application to store points for contestants in
a contest. Ask the user for the number of contestants. Create two
My code so far
parallel dynamic arrays, one t one to store integer scores from zero
to 100. Do not accept out of range n user for each
name and the score one at a time the names and umbers.
Ask the you encounter the end of the array, print all names

125% Programming Assignment #3, Pointers Create a C+ console application to store points for contestants in a contest. Ask the user for the number of contestants. Create two parallel dynamic arrays, one t one to store integer scores from zero to 100. Do not accept out of range n user for each name and the score one at a time the names and umbers. Ask the you encounter the end of the array, print all names and scores, Also, print the average and indicate whether each score is above or below average verage: 91.67 ames Example: Scores Above/Below 95 Above average Ray Ranirez 89 Below average White 91 Below average ary Brown Sarah Requirements: 1) Add comments as you code. Do NOT wait until you are done coding. Also, in the beginning of your codes include the following comments: a. Purpose of the program b. Name of the author

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!