Project 13: Distance from Point to a Line

The distance from a point to a line is defined by the perpendicular distance from the point to the line.  

Project 13: Variables 'x',' y', 'm', 'b' have been initialized.  

x and y represent the coordinates of the point

m and b represent the slope and y-intercept of the line.

Task: Initialize the value of 'distance' that represents the distance from the point to the line.

**If your code works for 5 test cases in a row, you can enter your e-mail address.

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0