Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method Definition

Method Signature

CityStateZip getCityState(String zip);

Description

Takes a zip and does a city and state lookup with the United States Postal Service.

Result

A CityStateZip object.

...