Solved

Which of the Following Creates a Blue Circle Centered at X

Question 11

Multiple Choice

Which of the following creates a blue circle centered at X = 50, Y = 50 with a radius of 50?


A) Circle blueCircle = new Circle(50, 50, 50) ;
BlueCircle.setFill(Color.BLUE) ;
B) Circle blueCircle = new Circle(50, 50) ;
BlueCircle.setStroke(Color.BLUE) ;
C) Circle blueCircle = new Circle(50, 50, 50, Color.BLUE) ;
D) Circle blueCircle = new blueCircle(50) ;
BlueCircle.setColor(BLUE) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions