Tried
if (2015 < 2016)
if (!(2015 < 2016)
didn’t work
I am facing the same issue.
Can’t understand although my output is correct , then why I am not able to proceed forward !!!
1 Like
Same thing happening with me. I put 2015<2016 but didn’t print what is the else block.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.