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
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
Get step-by-step solutions from verified subject matter experts
