Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What will the following code do?
int count = 0;
while (count > 10) {
System.out.println("Hello");
}
It will print nothing because the condition is false at the start.
It will print "Hello" indefinitely.
It will print "Hello" 10 times.
It will cause an infinite loop error.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!