System.out.println("Radius of the first circle: " + a.getRadius() + "\nDiameter of the first circle: " + a.getDiameter() + "\nArea of the first circle: " + a.getArea ...