Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write program that prompts the user for a double value representing a radius. You will use the radius to calculate: circleCircumference =2r circleArea =r 2

Write program that prompts the user for a double value representing a radius. You will use the radius to calculate:

  • circleCircumference=2r
  • circleArea=r
  • 2
  • sphereArea=4r
  • 2
  • sphereVolume=43r
  • 3

You must use as defined in the java.lang.Math class.

Your prompt to the user to enter the number of days must be:

Enter radius:

Your output must be of the format:

Circle Circumference =circleCircumference

Circle Area =circleArea

Sphere Area =sphereArea

Sphere Volume =sphereVolume

Please make sure to end each line of output with anewline.

Please note that your class should be namedCircleSphere.

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

Students also viewed these Programming questions

Question

Blood enters into the heart because muscle of.......?

Answered: 1 week ago