Skip to content

Instantly share code, notes, and snippets.

@jredh
Last active February 10, 2016 00:48
Show Gist options
  • Save jredh/ea2aa9a492a6d936851e to your computer and use it in GitHub Desktop.
Save jredh/ea2aa9a492a6d936851e to your computer and use it in GitHub Desktop.
With the window numbers
// ...
House house = new House( 2, "Home", 3, 1900, 4 );
float value = house.appraise();
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment