Question: i need code using C++Class/ OOP(object-oriented program). please use class CIRCLE. use public and private member. as shown in second image. constructor and deconstructor. Write

Write solution for a problem following. Xz and y, are the x,y coordinates for one point x, and y, are the x,y coordinates for the second point, d is the distance between the two points. d= (x2 - x2)2 + ( Y2 - y2)2 y . (X2, Y2) (X, Y), Create a function that will calculate the distance between to points on the Cartesian Plane. Create a function that will find the circumference of a circle that uses the distance function as the radius. Create a function that will find the area of a circle that uses the distance function as the radius The program should input the x and y values of the two points. The should then call distance function to return the radius of the circle. Then the area and circumference function to return the area and circumference of the circle. A File Search Visual Studio (Ctrl Edit View Project Build Debug Test Analyze Tools Debug - 86 Extensions Window Help Local Windows Debugger (Global Scope) Explore Toote weekcass2000.cpp! X weekcossop 4 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
