[SOLVED] SOLVED:Description : Diameter, Circumference and Area of a Circle

13.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Input from the user the radius of a circle as an integerPrint the diameter, circumference and area using floating point 3.14159
Use techniques in 2.7 or MaTH.PI in java.langFormulas:diameter = 2r
circumference = 2*PI*r
area = PI * r*rDo not store the results in a variable specify as a value in the printf statement circumference and area are floating point

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.