Skip to content

Instantly share code, notes, and snippets.

@jredh
Last active February 10, 2016 00:13
Show Gist options
  • Save jredh/8c4893e92495136217c6 to your computer and use it in GitHub Desktop.
Save jredh/8c4893e92495136217c6 to your computer and use it in GitHub Desktop.
Add a windows parameter
public House(int _i, String _s, String _h, int _i2, int _i3, int _windows){
houseBedrooms = _i;
houseName = _s;
houseBathrooms = _i2;
houseSquareFeet = _i3;
houseWindows = _windows; // added!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment