Answer the question
In order to leave comments, you need to log in
What to add so that the next year starts after December?
for(int year = 2018; year < 2060; year++) {
System.out.println("Год = " + year);
}
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