Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Building Database Driven Catalogs

Authors: Sherif Danish

1st Edition

0070153078, 978-0070153073

More Books

Students also viewed these Databases questions