Problem-03 (10%): Write a program to find the perimeter of circle, square using function calling and perimeter of triang
Posted: Fri Jun 17, 2022 12:59 am
Problem-03 (10%): Write a program to find the perimeter of circle, square using function calling and perimeter of triangle, perimeter of rectangle using function calling with arguments. Sampled Output: enter radius 44 The perimeter of the circle is 264 enter side55 The perimeter of the square is 220 The perimeter of the triangle is 14 The perimeter of the rectangle is 12 Program finished with exit code 0 Press ENTER to exit console.