Question
1. (6) Two points in a plane ( x - y coordinate system) are specified using the coordinates ( x 1, y 1) and (
1. (6) Two points in a plane (x-y coordinate system) are specified using the coordinates (x1, y1) and (x2, y2). Write a program that gets the points from the user and
(a) calculates the slope of a line through two (non-vertical) points;
(c) outputs the slope to the screen.
(d) If the user enters two points on a vertical line, the denominator of the slope formula will be zero. Fix the program so that the program wont fail if the points are on a vertical line.
(e) (Optional) Write an equation for the line determined by the two points and output it to the screen.
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