/* * ============================================================ * Location.java: Test Program for Rectangle and Circle Shapes. * ============================================================ */ // Location of a point ( dX, dY ). public class Location { double dX, dY; }