My solution runs and prints the three weather types. It fails this condition though: The Today class must implement the Weather interface. I created a Today interface with the getWeatherType() method, and my Today class implements the Today interface. What could the problem be? I didn't see the interfaces already implemented in the separate files!