+ 1
Why doesn't this code work for the 7th line? It works just fine without the 7th line.
2 odpowiedzi
+ 5
public class Program
{
public static void main(String[] args) {
for(;;) {
System.out.println("hi");
System.out.println("Time delayed");
}
}
}
edit // Parth Salat just line 4 {} and close line 8 happy codings!👍
+ 1
Daljeet Singh Thanks, but what exactly have u changed In ur ans?