Example #1
0
void TestIsComplete()
{	
	cout << "TestIscomplete()--------------------------------------------------" << endl;

	t0.Print();
	cout<<t0.IsComplete()<<endl;

	t1.Print();
	cout << t1.IsComplete() << endl;

	t2.Print();
	cout<<t2.IsComplete()<<endl;
}