Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5. Write a complete program that will take the x-y coordinates of two points in a straight line, they are x1, y1, x2, and y2
5. Write a complete program that will take the x-y coordinates of two points in a straight line, they are x1, y1, x2, and y2 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: h = y1 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started