You would need two overloaded constructors. The default constructor takes no parameters and you would set acres to 1 there.
The other one accepts an acres value and sets the class member value...