Class Summary |
AmericanCity |
The AmericanCity class represents a simple city, where the name of the
given city, and the state code are stored in private String instance
variables. |
GeographicCoordinates |
The GeographicCoordinates class can be used to store and manipulate latitude
and longitude data for geographical operations. |
Trip |
The Trip class is both an executable class and an instantiatable class
that each student must further define for HW4. |
TripCity |
The Trip class is both an executable class and an instantiatable class
that each student must further define for HW4. |