100
200
0.5
Objective:To create an html that will allow the user to input whatever type of circles they want and it will be randomized.
Problem:If the user wants to have the circles to be the same size, they can’t since the html would randomize the radius of the circle. The user can control the maximum radius, but not the minimum radius.
Solution:The users can see equal circle radius when they put the max radius to 10.