الأجوبة
//this is an infinite loop
for (int i = 10; i >0; i++) {
System.out.println("hello"+i);
System.out.println("hello");
i++;
if(i%2==0)
System.out.println(i);
}
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال