Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Writing C++ program for all of the 3 questions: a. Write a program that calculates and prints the volume of a sphere given the radius

Writing C++ program for all of the 3 questions:

image text in transcribedimage text in transcribed

a. Write a program that calculates and prints the volume of a sphere given the radius (R) of the circle. The formula to calculate the volume is: Volume = (4/3) * pi * R For the purposes of this problem the value of pi is 3.14159. Enter the radius of the circle: 3 The volume is 113.097 b. Your instructor would like to calculate the average of the class. Write a C++ program that asks the user to enter the marks of three students and prints the average. You may assume that all marks are integers. A sample run of the program is (user input is indicated as bold): AVG CAL ======= Please enter the first mark: 100 Please enter the second mark: 97 Please enter the third mark: 99 The average of the class is: 98.66666667

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

A First Course In Probability

Authors: Sheldon Ross

10th Edition

0134753119, 978-0134753119

Students also viewed these Programming questions

Question

explain what accounting standards are and why they exist.

Answered: 1 week ago

Question

explain the nature of accounting principles and concepts;

Answered: 1 week ago