Question: Need c++ code for assignment. I have given the instructions and what gets displayed. Also must use pointer notation, not array subscript. The attached program

Need c++ code for assignment. I have given the instructions and what gets displayed. Also must use pointer notation, not array subscript.  Need c++ code for assignment. I have given the instructions and
what gets displayed. Also must use pointer notation, not array subscript. The

The attached program (studentsGpa.cpp) uses dynamic allocation to create an array of strings. It asks the user to enter a number and based on the entered number it allocates the array size. Then based on that number it asks the user that many times to enter student's names. What you need to do: Add another array of doubles to store the gpa of each student as you enter them You need to display both the student's name and the gpa. . NOTE: must use pointer notation not array subscript. Any submission that uses a subscript won't be graded. rray

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!