create a puppy class with private property weight and both a getter and a setter for that property called getweight and setweight. the constructor should take a parameter to initialize the private property.