#include // Provides cout and cin #include "bag4.h" // Provides the Bag template class void main( ) { Bag b1; cin >> b1; cout << b1; }