What is the output of this code snippet
    #include iostream
int main()
{
int a = 14
if (a 14)
{
for (i = 6; i 14; i++)
cout i
}
else
{
cout i
}
return 0;
}

Posted on by