#include(stdio.h)
Void main()
{
Int a=2;
if(a==2)
Print("hello");
else
Print("bye")
}

Posted on by