Given radius, find area & circumference of circle in java (example)
Given radius of circle, find out the area & circumference of circle in java (with example). Area of circle is PI * radius * radius
Given radius of circle, find out the area & circumference of circle in java (with example). Area of circle is PI * radius * radius
Given a length and breadth of a rectangle, find the area and perimeter of rectangle. Area of rectangle is length * breadth e.g if
Given base & height of triangle, calculate the area of triangle. Area of triangle = 0.5 * base * height. e.g
Given three sides of triangle, find the area of triangle using hero’s formula. Suppose a, b and c are the