“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”

Average Rating
0 out of 5 stars. 0 votes.

“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);