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
2
Explanation:
output:
-1
1
3
5
7
9
Please mark me as the brainliest if it helps you
Similar questions
Science,
2 months ago
Math,
2 months ago
English,
6 months ago
Biology,
11 months ago
Computer Science,
11 months ago
Social Sciences,
11 months ago