I have a method called postState(). This method is supposed to check the state of the post. A post can have 3 states (New, Old, Archived), the method takes a post as its parameters. The method calculates the state based on the days that have passed.. This method