text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

displayStatistics405.cpp

Go to the documentation of this file.
00001 
00016 void Sphere::displayStatistics() const
00017 {  cout << "\nRadius = " << getRadius()
00018         << "\nDiameter = " << getDiameter()
00019         << "\nCircumference = " << getCircumference()
00020         << "\nArea = " << getArea()
00021         << "\nVolume = " << getVolume() << endl;
00022 }  // end displayStatistics

Generated on Sun Aug 27 19:59:37 2006 for AWLogo by  doxygen 1.4.6