Write a java program to generate a random point inside a cir
Write a java program to generate a random point inside a circle with radius R=5. The coordinate of the center of the circle is (0,0). Display the coordinate double x, y of the point and the distance double d from the point to the center.
Write a java program to generate a random point inside a circle with radius R=5. The coordinate of the center of the circle is (0,0). Display the coordinate double x, y of the point and the distance double d from the point to the center.
Solution
A) random point inside a circle:
