I need help writing a java program that can do the following:
"Write a Java program that reads two points and finds the smallest circle and the smallest rectangle containing the points.
Note that a circle is represented by its center and radius, and a rectangle by the two diagonal points – top-left and bottom-right corners."
Could I get some help?
Thanks.