Computer Science, asked by gopalpanja4321, 1 day ago

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 vdaggupativengaiah
0

Explanation:

  1. v=u+at
  2. V2=U2+2as
  3. s=ut+ 1/2at2
Similar questions