We are learning how to use multiple classes in Java now, and there is a project asking about creating a class Circle which will contain a rad
Java
Circle
rad
Every method (other than a constructor) must have a return type.
public double diameter(){...