Computer Science, asked by afiasayed237, 5 months ago

Class dk 1
{
public static void main (string args [])
{
int i;
for(i=1;i<10;i++)
{
system.out.println(++i);
}
}
}​

Answers

Answered by a321038
0

Explanation:

2

3

4

5

6

7

8

9

10

mistakes

s should be capital in system.out and string args

Similar questions