Question: 2. Complete the circumference() method of the Circle class. public class Circle { private double radius; // constructor // postcondition: the instance variable is

2. Complete the circumference() method of the Circle class. public class Circle { private double radius; // constructor // postcondition: the instance variable is initialized public Circle(double rad) radius = rad; (2 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
