Computer Science, asked by ananyaanil886, 6 months ago

predict the out put
class dkl
{
public static void main (string args[])
{
int i;
for (i=-1;i<10;i++)
{
system .out . println (++i);
}
}
}

Answers

Answered by CdtRaghib
2

Explanation:

output:

-1

1

3

5

7

9

Please mark me as the brainliest if it helps you

Similar questions