Challenge: Coordinates of a Point
This lesson brings you a challenge to solve.
We'll cover the following...
Problem statement
Define a 2 dimensional Point
with coordinates X
and Y
as a struct. Implement a method ...