Hi I need to edited this code so that when the ball and blackhole sprite collide the two sprites destroy each other (meaning they both disappear from the screen)


import java.awt.*;
import...