Question Test

Java code posted by Hi
created at 10 Dec 11:50, updated at 10 Dec 11:51

Edit | Back
1
How many times does the following loop execute? for (int i = 0; i < 12; i++) <br> { System.out.println("Hello world!"); } 
122 Bytes in 2 ms with coderay