06 January 2023 10:06:22 AM ellipsoid_test(): C++ version Test ellipsoid(). ellipsoid_area_test(): ellipsoid_area() computes the surface area of an ellipsoid satisfying the equation: (x/a)^2+(y/b)^2+(z/c)^2=1 A B C Area 1 0.8 0.625 8.15162 1 1 0.5 8.67188 1 1 1 12.5664 2 1 0.25 13.6992 2 3 4 111.546 ellipsoid_volume_test(): ellipsoid_volume() computes the volume of an ellipsoid satisfying the equation: (x/a)^2+(y/b)^2+(z/c)^2=1 A B C Volume 1 0.8 0.625 2.0944 1 1 0.5 2.0944 1 1 1 4.18879 2 1 0.25 2.0944 2 3 4 100.531 ellipsoid_test(): Normal end of execution. 06 January 2023 10:06:22 AM