zipcode = ""; city = ""; state="";
return city;
return state;
return zipcode;
this.city = city;
this.state = state;
this.zipcode = zipcode;