Question: .()its perimeter Write a function call it shape (its name) that accepts the coordinates of the center of a circle(x1,y1), its radius, and returns the
.()its perimeter Write a function call it "shape" (its name) that accepts the coordinates of the center of a circle(x1,y1), its radius, and returns the area of the circle, and ). let the main function call the function "shape", and prints the returned values in the main. area of the circle=pi*radius*radius (pi=3.14) perimeter=2* pi*radius (pi=3.14)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
