I have tried every approach that I know up to this point. I even reviewed conditional operators by finding a useful article online. I was originally just using "&&" and then I played around with the ||(or operator) for my first condition and when I ran it through intellij I was able to print all the seasons. But then when I ran against codegyms verification it said that I failed saying that the checkSeason method should display text on the screen in accordance with the task conditions. PLEASE HELP