//This program tests the various operations of a linked stack #include #include "derivedLinkedStack.h" using namespace std; int main() { cout << "Create your own program. " << endl; return 0; }