circle class this is a simple circle class with only with a constructor.
public class Circle { private int radius; public Cir