Kindly code it in a proper way 2. The symbols and values are posted here: r1 = outer radius r2 = inner radius C1 = outer circumference C2 = inner circumference A1 = area of circle of r1, area within outer circle A2 = area of circle of r2, area within inner circle A0 = shaded area, outer area minus inner area A0 = A1 - A2 π = pi = 3.1415926535898
Code the following in DEV C++
Rules:
1. Kindly code it in a proper way
2. The symbols and values are posted here:
r1 = outer radius
r2 = inner radius
C1 = outer circumference
C2 = inner circumference
A1 = area of circle of r1, area within outer circle
A2 = area of circle of r2, area within inner circle
A0 = shaded area, outer area minus inner area
A0 = A1 - A2
π = pi = 3.1415926535898
√ = square root
3. Please don't reject
CODE THE FOLLOWING:
Calculate and display: outer circumference, inner circumference, area
enclosed by the outer circle, area enclosed by the inner circle, area
of the shaded region
Given: outer radius r1 inner radius r2.
Formula to be used: Outer circumference = C1=2πr1, inner circumstance =
C2=2πr2, enclosed by the outer circle = A1=πr12, the area enclosed by the
inner circle= A2=πr22, rea of the shaded region= A0=A1-A2

Step by step
Solved in 3 steps with 1 images









