int main()
{
int a=5;
while(a==5)
{
printf("RABBIT");
break;
}

return 0;
}

Posted on by