Originally Posted by
DavidFongs
I have some things I don't understand
1. Why did you post incorrect code?
2. Why did you define a variable in the constructor, that is never read locally, which generates a warning?
3. Why did you refer to days in checkDate() when it is only defined in the scope of the Date constructor?
4. Why did you leave the () off of isLeap in the checkDate() method. Don't you want to call the isLeap method? If not, why didn't you define a boolean field isLeap as a member of the Date class?
Possibly because he asked for correction of his Array? Which is what I believe I did.
Sorry If I didn't read his entire program... but I let him keep his original structure because I don't know what his specifications are.