Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that prompts the user to enter the coordinates of two points (1 , 1) and (2 , 2), and displays the slope
Write a program that prompts the user to enter the coordinates of two points (1 , 1) and (2 , 2), and displays the slope of the line connects the two points. The formula of the slope is (2 1)/(2 1). Here is a sample run: Sample output: // Red-colored numbers are users input Enter the coordinates for two points: 4.5 -5.5 6.6 -6.5 The slope for the line that connects two points (4.5, -5.5) and (6.6, -6.5) is -0.47619
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