Collisions and arrays on Processing Java #2

I’ve built my space game, but am unable to get my bullet to break my moon, not sure what to use in order to achieve this, tried everything!!!

Show your code please

You can for loop over your bullets and use if(dist(…

to check each bullet against the moon position

Then moon explodes

Your question is not precise enough