To create a circle you need 3 arguments. circle (x, y, ___)
The center is the x and y axis. The last number is how far out (if you use graph paper - we use either 10's or 25's).
Be sure to use noFill() if you are starting from the center and working out.
If you use the ellipse function there are 4 arguments. ellipse (x, y, ___, ___) This will make an oval. The last two numbers are how wide and how tall.
Helpful Links