Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in C++ Make a Student class that has Name, GPA, and StudentDebt as properties In main, make a List of ints. Add some numbers to
in C++
- Make a Student class that has Name, GPA, and StudentDebt as properties
- In main, make a List of ints. Add some numbers to it
- Make a Vector of Students. Add some Student objects to it
- Make a Stack of Student Pointers. Push and pop some dynamically created Students to it. Make sure you don't leak memory
- Make a Set of ints. Add some numbers to it
- Make a Map of strings to ints. Put some movie titles and the year they cam out in it
- Do #6 with an unordered map
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started