1) the public class Circle is the class that will represent Circle objects, created by the constructor defined as public Circle(double rad)
2) you define a circle object pretty much the same way you...