Write a Java program to compute the radius and the central coordinate (x, y) of a circle which is constructed by three given points on the plane surface
Write a Java program to compute the radius and the central coordinate (x, y) of a circle which is constructed by three given points on the plane surface
Input:
x1, y1, x2, y2, x3, y3 separated by a single space.
Expected Output:
Input x1, y1, x2, y2, x3, y3 separated by a single space:
5 6 4 8 7 9
Radius and the central coordinate:
1.821 (5.786 7.643)
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer