There's no must make use of a return assertion as the compiler can infer that you might want to return the result of the expression class Circle // The radius field private double radius; public Circle(double radius) this.radius = radius; // The radius property general public double getRadius() return radius; https://conscientgurugram.in/