Does this exercise make sense?

I’m reading a book and I came up across this question
Write a program to draw a circle on a canvas after two left clicks of the mouse. The first click picks the center and the second a point on the circle.

the second should be the radius. Am I right?

The second should define the radius yes.