|
In your high school, you
might have calculated
distance between two points,
isn't it? Well consider you
have a function which takes
input as co-ordinates of two
points and gives length
between two points as
output.
There are couple of
limitations, for example use
only whole numbers and
forgot to tell you do not
give co-ordinates beyond 999
and -999
|