# Introduction In this lab, you need to create a program that subtracts coordinates by obtaining input for the x and y values of two coordinates, creating objects of the Coordinate class with these values, subtracting the x and y coordinates of these objects, and printing the resulting differences.
Click the virtual machine below to start practicing