Write a program that reads from the Java console the (x,y) coordinates for two points in the plane. Assume that all numbers are integers. Using the Point class from Java,(may need to look it up on the web),instantiate two Point objects with your input data, then output the data for both Point objects.