جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
#loop
for(int x=0;;){
System.out.println(x);}
Anonymous Quiz
35%
Infinite loop
29%
0
36%
Error
#loop
The while loop repeats a set of code while the condition is not met?
Anonymous Quiz
51%
True
49%
False
#loop
for(int x=0;;){
System.out.println(x);}
Anonymous Quiz
26%
Infinite loop
26%
0
49%
Error
👍1