I discovered this difficulty when refactoring a perform to return an object as opposed to an array, but I forgot to update the return value inside the if assertion. course Circle // The radius field non-public double radius; public Circle(double radius) this.radius = radius; // The radius property public double https://smartworlddeveloper.co.in/