Answer the question
In order to leave comments, you need to log in
Is it possible to create a cycle like this, the error is "not a statement"?
Just started learning Java.
Returns "not a statement".
What to do?
int i = 0;
for (i; i < 10; i++){
System.out.println(i);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question