//Program to test the various operations of a stack #include #include "myStack.h" using namespace std; int main() { cout << "Example 7-1 shows how a stack is used." << endl; return 0; }