Question: 5. Write a program that uses a structure called point to model a point. Each point have xaxis and y-axis values. Define three points, and

5. Write a program that uses a structure called point to model a point. Each point have xaxis and y-axis values. Define three points, and have the user input values to two of them. Then set the third point equal to the sum of the other two, and display the value of the new point. (Adding values should corresponds to the same member variable)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
