Create a class coordinates to store a coordinates of a graph. Define necessary constructor setter and getter functions. Create an operator overloading function to perform the following. Coordinates multiplication and division. Use a unary operator overloading to change the coordinates results into negative coordinates
Comments
Leave a comment