“Now show a constructor call that uses the same variable type of Circle, with the variable name of myCircle have the circle hold hte value of 5.2”
Circle myCircle = new Circle(5.2);
The goto resource for studying materials
“Now show a constructor call that uses the same variable type of Circle, with the variable name of myCircle have the circle hold hte value of 5.2”
Circle myCircle = new Circle(5.2);