Question: In C++ ....Write a C++ program with the bold requirements. #include #include using namespace std; int main() { vector numbers; /* TODO -add 3 integers
In C++ ....Write a C++ program with the bold requirements.
#include
#include
using namespace std;
int main()
{
vector
/* TODO
-add 3 integers in stack(add at the end of vector)
- print elements
- check if stack is empty
- create new stack and insert 5 values
- test if the 2 vectors are equal
- delete one vector
*/
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
