Clock 9.01: Draw a circle with Arc

Final Goal

Goal

image

Goal is to make a whole circle using only the arc() function Hint: the arc starts from the middle right (150,0), and the angle of a circle is 360 degrees!

Code Area

flowchart

	style A fill:#f79e45, stroke:#FFA500
	style B stroke:#6495ED
	style C stroke:#6495ED
	style D stroke:#6495ED
	style E stroke:#6495ED
	
	A((Module 9.01)) --> B((Module 9.02))
	B --> C((Module 9.03))
	C --> D((Module 9.04))
	D --> E((Module 9.05))

	click A "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1"
	click B "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-402-arc-ending-angle"
	click C "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/module-4-ufo/clock-903-rotate-arc"
	click D "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-404-arc-size"
	click E "https://info.strivemath.com/eca/future-projects/ufo-401-ellipse-1/ufo-405-circle-coordinates"
	
	subgraph Learning
	A & B & C & D & E
	end

	subgraph Clock
	end