There is absolutely no have to utilize a return statement because the compiler can infer you want to return the result of the expression class Circle // The radius subject non-public double radius; public Circle(double radius) this.radius = radius; // The radius property community double getRadius() return radius; community void https://smartworlddeveloper.co.in/