Page 1 of 1

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
by answerhappygod
Problem 03 10 Write A Program To Find The Perimeter Of Circle Square Using Function Calling And Perimeter Of Triang 1
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 11 times
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.