Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef GEOMETRY
- #define GEOMETRY
- namespace geometry {
- double area_circle(double radius);
- double area_rectangle(double base,double height);
- double area_triangle(double base,double height);
- double volume_sphere(double radius);
- }
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement