Computer Science, asked by kshitijcloudline, 2 months ago

Give output for -
int i=1;
while (i < 10)
{
if (i == 5)
{
i++;
continue;
}
System.out.println(i);
i++;
} ​

Answers

Answered by supersaiyanblue84
3

Answer:

hchhih I will give you answer but Mark me brain list

Similar questions