Computer Science, asked by mrpritammandal, 2 months ago

Which of the following is the correct syntax of the Circle() function?

Circle(20,30)

Circle(Point(20,30))

Circle(Point(20,30),Point(20))

Circle(Point(20,30),50)

Answers

Answered by zohazoya1
1
3rd option is correct where first 2 points are x,y and the third one is the radius
Similar questions