Computer Science, asked by parth6648, 7 months ago

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 singhankur1703
0

Answer:

what you have written send the pic of questions

Similar questions