Computer Science, asked by rajuhumaibro, 14 hours ago

Write a menu based program to calculate the perimeter of geometric figures i.e. circle, square, rectangle, triangle

Answers

Answered by np755550
2

Answer:

Write a menu based java program with comment and glossary that calculates perimeter and area of

Explanation:

Area of Circle: 3.14*r*r (r=Radius)

Area of Rectangle: a*b

Area of Triangle: sqrt(s*(s-a)*(s-b)*(s-c));

Where S=(a+b+c)/2;

Similar questions