m43527 m43527 31-01-2024 Computers and Technology contestada Write a function that takes three parameter r, x, y then draw a circle with radius r at the center (x,y) For example drawcircle(5,120, 100) will draw a circle with radius 5 and locate at point (120,100)