Question: java 3) Write a program with twice overloaded static method called area which retums a double value C5 The method should be in a class

java
3) Write a program with twice overloaded static method called area which retums a double value C5 The method should be in a class called CalcArea. The first overload takes in two double arguments (double width, double length) and returns the area of a rectangle area width x length; the second overload takes only one double argument (double radius) and returns the area of a circle area pi radius radius where pi 3.1415 Call the method twice once to calculate are of rectangle 3.0 x 4.0 and once to calculate area of circle whose radius is 3.0 units. Use printf to format output to 2 places after decimal point Print appropriate out putt such as the area of the rectangle is The area of the circle is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
