
package example6;

public class Address {
    public String street;
    public String city;
    public String state;
    public Integer zip;
}
