C++ code please Write a program that defines the named constant PI, const double PI = 3.14159;, which stores the value of π. The program should use PI and the functions listed to accomplish the following: Output the value of √π. Prompt the user to input the value of a double variable r, which stores the radius of a sphere. The program then outputs the following: The value of 4.0πr², which is the surface area of the sphere. The value of (4.0/3.0)πr³, which is the volume of the sphere. You should format your output like the following example: Surface area of the sphere: 4 * PI * 5.00 ^ 2 = 314.16 Volume of the sphere: 4 / 3 * PI * 5.00 ^ 3 = 523.60

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.5: A Case Study: Solving Quadratic Equations
Problem 7E
icon
Related questions
Question

C++ code please Write a program that defines the named constant PI, const double PI = 3.14159;, which stores the value of π. The program should use PI and the functions listed to accomplish the following:

  • Output the value of √π.
  • Prompt the user to input the value of a double variable r, which stores the radius of a sphere. The program then outputs the following:
    • The value of 4.0πr², which is the surface area of the sphere.
    • The value of (4.0/3.0)πr³, which is the volume of the sphere.

You should format your output like the following example:

Surface area of the sphere: 4 * PI * 5.00 ^ 2 = 314.16

Volume of the sphere: 4 / 3 * PI * 5.00 ^ 3 = 523.60

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage