Calculate Slope of Two Points
Calculate Slope of Two Points
API Declarations
'Name the boxes xpos1, ypos1, xpos2, ypos2, and slopeans
'name the labels First X, First Y, Second X, and Second y and Answer 'respectively
Rate Calculate Slope of Two Points
(2(2 Vote))
xpos1.text = x
xpos2.text = x2
ypos1.text = y
ypos2.text = y2
c = (y2-y)\(x2-x)
slopeans.text = c
Calculate Slope of Two Points Comments
No comments yet — be the first to post one!
Post a Comment