Draw A Circle After 20 Mouse Clicks In An Array

Sorry I am very new to Java Processing :frowning:

This is the code I have so far:

int mouseClicks;
void mousePressed() {
if (mouseClicks== 20) {Circle(,)} else { mouseClicks = 0; }