CS 1713 Introduction to Programming II Spring 2012 Daily Answers


Class 7:

  1. b. The upper left corner
  2. (10,20)
  3. (40,60)
  4. public Circle(double radius) {
       this.radius = radius;
    }
    
  5. System.out.println(hex1.getArea());