Problem:
Question 1: The "origin" of the Cartesian plane in math is the point where x and y are both zero. Declare a variable of type POINT named origin and set its data fields consistent with the mathematical notion of "origin".
Question 2: Define a function distance() that takes two POINT arguments and returns the distance between them.
Write the code step by step and explain it.