Give output for -
int i=1;
while (i < 10)
{
if (i == 5)
{
i++;
continue;
}
System.out.println(i);
i++;
}
Answers
Answered by
3
Answer:
hchhih I will give you answer but Mark me brain list
Similar questions
English,
4 months ago
Math,
8 months ago
Chemistry,
8 months ago
India Languages,
1 year ago
India Languages,
1 year ago
India Languages,
1 year ago