What will be the output of the 2 points
code snippet given below?
"); continue;
int i;
for(i = 0; i<=10; i++)
{
if(i == 4)
{
Console.Write(i + "
}
else if (i != 4)
Console.Write(i + "
break;
}
""); else
Answers
Answered by
0
Answer:
what you have written send the pic of questions
Similar questions