Question: Create a user - defined data structure ( i . e . , struct ) called CartesianCoordinate that represents a two - dimensional Cartesian coordinate

Create a user-defined data structure (i.e., struct) called CartesianCoordinate that represents a two-dimensional Cartesian coordinate (x, y). The member variables of this struct will be just x and y, which are both floating-point values.
(5 points) Define a function called calculateDistance that takes two parameters, each of type CartesianCoordinate*(i.e., pointer to CartesianCoordinate) and returns the distance between the two given CartesianCoordinate points. As you may recall, the formula for calculating the distance between two CartesianCoordinate points, say p1(x1, y1) and p2(x2, y2) is:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!