create a html file with following requirements
create a four text boxes to accept coorrdinate1 and coordinate2data
first text bow will accept the x1 coordinate values forcoordinate1
second text bow will accept the y1 coordinate values forcoordinate1
third text bow will accept the x2 coordinate values forcoordinate2
fourth text bow will accept the y2 coordinate values forcoordinate2
create a button to call Calculate Distance()function tocalculate distance between two poingts
(x1,y1) and (x2, y2)
formula = Math.sqrt((Math.pow(x1 – x2),2) + Math.pow((y1-y2),2)))
example distance between (0, 0) and (3, 4) is 5
display the result in page divison
Expert Answer
An answer will be send to you shortly. . . .
PayPal Gateway not configured
PayPal Gateway not configured