I stumbled on this situation when refactoring a purpose to return an item instead of an array, but I forgot to update the return value inside the if statement. class Circle // The radius subject private double radius; community Circle(double radius) this.radius = radius; // The radius property community double https://smartworlddeveloper.co.in/