Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Language C++ Write a program that takes a radius value from the keyboard then calculates the volume area of sphere and surface area of sphere.

Language C++

Write a program that takes a radius value from the keyboard then calculates the volume area of sphere and surface area of sphere.

Separate the program into three files:

Main function code: main.cpp.

Function definition file containing a function for the volume calculation and a function for the surface area calculation should be named SphereCalc.cpp.

The function declaration file containing function declarations for the functions should be named SphereCalc.h

Include Header Guard.

Read the Radius from the Keyboard. If a negative number is provided, set the calculated value to zero.

Set the output to be fixed with a precision of 3 positions to the right of the decimal point. An example of the output for Radius 3.0 is: Volume: 113.097 Area: 113.097

Test the function using a radius of 4.0.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 9 For Linux UNIX And Windows Advanced Database Administration Certification Certification Study Guide

Authors: Roger E. Sanders, Dwaine R Snow

1st Edition

1583470808, 978-1583470800

More Books

Students also viewed these Databases questions

Question

2 What supply is and what affects it.

Answered: 1 week ago