Create the following class
Circle
Circle
Constructor
- public Circle( double _radius, int _col)
instance Variables
- double radius
- int color
Accesor Methods
- public double getArea(); //returns the area of the triangle
- public double getCircum() ;// returns the circumference