// Allison Obourn, CSE 142 // Blueprint for creating objects of type Point public class Point { int x; int y; }