Lab 1 b

Description: This lab explains how to calculate the distance between two points. We used d = square-root of (x2-x1)^2 + (y2-y1)^2  formula to calculate the distance.

Screen shot: This is how program responds when values entered.