#include using namespace std; #include "timer.h" int main() { // Display d; // not legal -- no default constructor in the class! Display hours(24); // this would call the one param constructor Display minutes(60); const int LIMIT = 20; }