To form a circle, the syntax of an arc must be:
a) DrawArc( p, 1, 1, 1, 1, 0, Math.PI )
b) DrawArc( p, 1, 1, 1, 1, 360, 0 )
c) DrawArc( p, 1, 1, 1, 1, 0, 360 )
d) DrawArc( p, 1, 1, 1, 1, 360, Math.PI )
e) None of the above
c) DrawArc( p, 1, 1, 1, 1, 0, 360 )
Computer Science & Information Technology