My program should allow the user to enter in the x-coordinate and y-coordinate to set a point. I created a method to test for invalid input using the hasNextInt() method. I know i should be using a...