Skip to content

Instantly share code, notes, and snippets.

@jredh
Last active February 10, 2016 00:14
Show Gist options
  • Save jredh/baa3fd59dc3b6f1e8987 to your computer and use it in GitHub Desktop.
Save jredh/baa3fd59dc3b6f1e8987 to your computer and use it in GitHub Desktop.
The initial constructor
public House( int _i, String _s, String _h, int _i2, int _i3 ){
houseBedrooms = _i;
houseName = _s;
houseBathrooms = _i2;
houseSquareFeet = _i3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment