Question: need Java Methods Exercise Fix the calcArea method shown below so that it will work with this invocation double areaOfRectangle- calcArea( side1, side2); void calcArea(

need Java Methods Exercise
Fix the calcArea method shown below so that it will work with this invocation double areaOfRectangle- calcArea( side1, side2); void calcArea( double length, double width) double area -length * width
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
