![]() |
Data Abstraction and Problem Solving with C++Walls and Mirrorsby Frank M. Carrano |
![]() |
display400.cppGo to the documentation of this file.00001 00020 void displayDiameter(Sphere thing) 00021 { 00022 cout << "The diameter is " 00023 << thing.getDiameter() << ".\n"; 00024 } // end displayDiameter |