#include using namespace std; #include "dice.h" int main() { Dice spinner; cout << "# of sides = " << spinner.NumSides() << endl; return 0; }