- Problem 03 10 Write A Program To Find The Perimeter Of Circle Square Using Function Calling And Perimeter Of Triang 1 (28.81 KiB) Viewed 10 times
Problem-03 (10%): Write a program to find the perimeter of circle, square using function calling and perimeter of triang
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Problem-03 (10%): Write a program to find the perimeter of circle, square using function calling and perimeter of triang
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.