CS 1713 Introduction to Programming II Spring 2012 Daily Answers
Class 6:
getCircumference
public Circle(double radius) { this.radius = radius; }
System.out.println(triangle1.getArea());
7 2 4
Assuming that the width is the first parameter of the constructor:
7 2 7