Question: this program is written in C Create a function that accepts 6 inputs as coordinates of two 3-D points (x1, V., Za) and (x2, 92,22)

this program is written in C Create a function that accepts 6 inputs as coordinates of two 3-D points (x1, V., Za) and (x2, 92,22) and returns the distance between them using the following formula Distance = V(x1 - x2)2 + (y1 - y2)2 + (21 22)2 Note: The coordinate values should be declared as int. The distance calculation should be rounded to 2 decimal places. In the main function, use appropriate prompts to ask the user for coordinate inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
