Question: (10 Marks) Write a function called circle that calculates and returns the area of a circle. The function receives as an argument the radius (an
(10 Marks) Write a function called circle that calculates and returns the area of a circle. The function receives as an argument the radius (an integer) and Part 7 (a) calculates and returns the area by using the following area 3.14159*radius* radius You do not have to write the complete program. (b) Is this function a Pass-by-Value or a Pass-by-Reference function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
