Question: A) Static Stack Create an array of student records (at least 15) and put all the related student records information in an array: Student ID(Axxxxxxxx),
A) Static Stack
Create an array of student records (at least 15) and put all the related student records information in an array: Student ID(Axxxxxxxx), Name, Address and average of test scores and a Pointer for Test Scores (at least 10 scores).
-Display the student records in the array (do not display pointers).
-Push all student records from the array to a static stack
-Pop 5 student records from the stack and display the popped records.
-Display the remaining student records in the static stack.
(Loops are needed, Stack Class definition must be used, using template and container is optional. (C++))
please help me, i'm lost on this code, please?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
