Final program: Create a home inventory class that will be used by a National Builder to maintain inventory of available houses in the country. The following attributes should be present in your home class: private int squarefeet. private string address. private string city. private string state. private int zipcode. private string Modelname.