Your error is in the constructor with two integers. In the beginning you made the variables month and year private and in your constructor you try and access them as if they were public. To fix this,...