For this program, you will be writing code that simulates throwing a dart randomly at the painting. To do this, you can repeatedly generate a:
A. Random x-coordinate within the painting.
B. Random y-coordinate within the painting.
C. Random pair of (x, y) coordinates within the painting.
D. Random angle and distance from the center of the painting.