Write a program using function that will calculate the area of a circle. Formula of a circle = pi * r2 Value of PI = 3.14159 Show transcribed image text Write a program using function that will calculate the area of a circle. Formula of a circle = pi * r2 Value of PI = 3.14159
Expert Answer
Answer to Write a program using function that will calculate the area of a circle. Formula of a circle = pi * r2 Value of PI = 3.1…