You created the month object without assigning it any name. move it's declaration down three lines and declare it with the mName string instead of an empty string.


Month object5 = new...