Skip to content
Snippets Groups Projects
Commit 28107ca2 authored by Russell Furnas Kaup's avatar Russell Furnas Kaup
Browse files

Address class updated

parent a697b4fc
No related branches found
No related tags found
No related merge requests found
package assignment2;
public class Address {
String street;
String city;
String state;
String zip;
String country;
Address(String street, String city, String state, String zip, String country) {
}
}
\ No newline at end of file
package assignment2;
public class address {
//
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment