Question: 5. In C++ Write a complete program that will take the x-y coordinates of two points in a straight line, they are xl, yl, x2,
5. In C++ Write a complete program that will take the x-y coordinates of two points in a straight line, they are xl, yl, x2, and y2 (20 points) The code should get user inputs for these variables. Then the code computes and displays the values of the slope (m) and intercept (h) on the y-axis by using the formula given below: y2-yl m- .x2-x1 h=yl m*x1 Display the values of m and h with suitable title and displaying only one digit after the decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
