142k views
2 votes
Add two lines of code to the sketch below that first draws a circle using the variables provided and second makes it grow in size by incrementing the circleSize variable.

int circleSize = 0;

int circleX = 100;

int circleY= 100;

void setup() {

size(200, 200);

}

void draw() {

background(0);





}

User Ben James
by
4.5k points

1 Answer

6 votes

Answer:

is anyone else just answering to get points?

Step-by-step explanation:

sorry i hope u get ur answer soon

User Mattobob
by
5.1k points