8. The co-ordinates of two points A and B on a straight line are given as (x1,y1) and
(x2,y2). Write a program to calculate the slope (m) of the line by using formula:
(y2 - y1)
Slope
(x2 - x1)
Take the co-ordinates (x1, y1) and (x2,y2) as input.
Answers
Answered by
0
Explanation:
- v=u+at
- V2=U2+2as
- s=ut+ 1/2at2
Similar questions