0
PLEASE EXPLAIN ME THE OUTPUT OF THE FOLLOWING CONDITION
for( ; ; ;) { System.out.println("I love coding"); }
2 Réponses
+ 6
it might give you an error because in your for loop there are 3 semicolons but it should be 2 to give an infinite loop
+ 1
thanks man